# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "containers" version = "0.9.13" authors = ["M Farkas-Dyck "] description = "Containers" documentation = "https://docs.rs/containers/" license = "MIT OR Apache-2.0" repository = "https://github.com/strake/containers.rs" [dependencies.abort] version = "0.1.3" [dependencies.alloc] version = "0.7" package = "loca" [dependencies.default_allocator] version = "0.3" optional = true [dependencies.either] version = "1.4" default-features = false [dependencies.fallible] version = "0.1" [dependencies.hash-table] version = "0.2.4" [dependencies.heap] version = "0.1" [dependencies.ptr] version = "0.2.2" [dependencies.rel] version = "0.2" [dependencies.unreachable] version = "1.0" [dev-dependencies.default_allocator] version = "0.3" [dev-dependencies.quickcheck] version = "0.8" [dev-dependencies.quickcheck_macros] version = "0.8" [dev-dependencies.rand] version = "0.6" [features] box = [] default = ["box"]