[package] authors = ["The Rust Project Developers"] name = "alloc" version = "0.0.0" autotests = false autobenches = false [lib] name = "alloc" path = "lib.rs" [dependencies] core = { path = "../libcore" } compiler_builtins = { path = "../rustc/compiler_builtins_shim" } [dev-dependencies] rand = "0.5" [[test]] name = "collectionstests" path = "../liballoc/tests/lib.rs" [[bench]] name = "collectionsbenches" path = "../liballoc/benches/lib.rs" [[bench]] name = "vec_deque_append_bench" path = "../liballoc/benches/vec_deque_append.rs" harness = false