1[package]
2authors = ["The Tor Project"]
3version = "0.0.1"
4name = "tor_allocate"
5
6[dependencies]
7libc = "=0.2.39"
8
9[lib]
10name = "tor_allocate"
11path = "lib.rs"
12
13[features]
14# We have to define a feature here because doctests don't get cfg(test),
15# and we need to disable some C dependencies when running the doctests
16# because of the various linker issues.  See
17# https://github.com/rust-lang/rust/issues/45599
18test_linking_hack = []
19