# 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" rust-version = "1.80" name = "allocandrescu" version = "0.1.0-alpha.4" authors = ["Wiktor Więcław "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of various allocators and allocator combinators." documentation = "https://docs.rs/allocandrescu" readme = "README.md" keywords = [ "allocator", "combinators", "composable", "arena", "bump", ] categories = ["no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/wiktorwieclaw/allocandrescu" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "allocandrescu" path = "src/lib.rs" [dependencies.allocator-api2] version = "0.2.18" default-features = false [dependencies.bumpalo] version = "3.16.0" features = ["allocator-api2"] optional = true default-features = false [dev-dependencies.allocator-api2] version = "0.2.18" [features] bumpalo = ["dep:bumpalo"]