| [package] | |
| authors = ["The Rust Project Developers"] | |
| name = "alloc" | |
| version = "0.0.0" | |
| [lib] | |
| name = "alloc" | |
| path = "lib.rs" | |
| [dependencies] | |
| core = { path = "../libcore" } | |
| std_unicode = { path = "../libstd_unicode" } | |
| [dev-dependencies] | |
| rand = "0.3" | |
| [[test]] | |
| name = "collectionstests" | |
| path = "../liballoc/tests/lib.rs" | |
| [[bench]] | |
| name = "collectionsbenches" | |
| path = "../liballoc/benches/lib.rs" |