update to hrust "standard" cargo layout (fix dune 2.0 compat issue)
[hiphop-php.git] / hphp / hack / src / shmffi / Cargo.toml
blobe13271db83247752ce0f0b64eadd0494dcb88718
1 # @generated by autocargo from //hphp/hack/src/shmffi:shmffi
2 [package]
3 name = "shmffi"
4 version = "0.0.0"
5 edition = "2021"
7 [lib]
8 path = "mod.rs"
9 crate-type = ["lib", "staticlib"]
11 [dependencies]
12 libc = "0.2.98"
13 lz4 = "1.23.1"
14 nohash-hasher = "0.2"
15 ocamlrep = { path = "../ocamlrep" }
16 ocamlrep_ocamlpool = { path = "../ocamlrep_ocamlpool" }
17 once_cell = "1.8"
18 shmrs = { path = "../shmrs" }
20 [dev-dependencies]
21 rand = { version = "0.8", features = ["small_rng"] }
23 [profile.release]
24 incremental = false
26 [profile.dev]
27 incremental = false
29 [profile.test]
30 incremental = false
32 [profile.bench]
33 incremental = false