# 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 = "2021" name = "piece" version = "0.2.1" authors = ["Guilherme Neubaner "] description = "A collection of composable allocators" readme = "README.md" keywords = [ "allocator", "allocators", ] categories = [ "memory-management", "no-std", ] license = "MIT" repository = "https://github.com/neubaner/piece" [package.metadata.docs.rs] features = ["all"] [dependencies.allocator-api2] version = "0.2.15" optional = true default-features = false [features] all = [ "vec", "boxed", ] boxed = ["allocator-api2?/alloc"] default = [] stable = ["allocator-api2"] vec = ["allocator-api2?/alloc"]