enables arena based instruction sequence in hackc
[hiphop-php.git] / hphp / hack / src / hhbc / cargo / compile_ffi / Cargo.toml
blob80cbdd1405654e868cbe55b9ccd783c958d4959f
1 # @generated by autocargo from //hphp/hack/src/hhbc:compile_ffi
2 [package]
3 name = "compile_ffi"
4 version = "0.0.0"
5 edition = "2018"
7 [lib]
8 path = "../../compile_ffi.rs"
9 test = false
10 doctest = false
11 crate-type = ["lib", "staticlib"]
13 [dependencies]
14 anyhow = "1.0"
15 atty = "0.2"
16 compile = { path = "../compile" }
17 hhbc_by_ref_compile = { path = "../../hhbc_by_ref/cargo/hhbc_by_ref_compile" }
18 libc = "0.2.86"
19 log = { version = "0.4.8", features = ["kv_unstable"] }
20 ocamlrep = { path = "../../../ocamlrep" }
21 ocamlrep_derive = { path = "../../../ocamlrep_derive" }
22 ocamlrep_ocamlpool = { path = "../../../ocamlrep_ocamlpool" }
23 oxidized = { path = "../../../oxidized" }
24 parser_core_types = { path = "../../../parser/cargo/core_types" }
25 serde_json = { version = "1.0", features = ["float_roundtrip"] }
26 stack_limit = { path = "../../../utils/stack_limit" }