# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "object-alloc-test" version = "0.1.0" authors = ["Joshua Liebow-Feeser "] exclude = ["travis.sh"] description = "A suite of tests for object allocators." documentation = "https://docs.rs/object-alloc-test" readme = "README.md" keywords = ["allocator", "object", "test", "memory", "corruption"] categories = ["caching", "memory-management"] license = "Apache-2.0" repository = "https://github.com/ezrosent/allocators-rs/tree/master/object-alloc-test" [dependencies.libc] version = "0.2" [dependencies.lazy_static] version = "0.2" [dependencies.interpolate_idents] version = "0.1" [dependencies.object-alloc] version = "0.1.0" [dependencies.rand] version = "0.3" [dependencies.winapi] version = "0.2" [dependencies.twox-hash] version = "1.1" [dependencies.quickcheck] version = "0.4"