# 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 = "scoped-arena" version = "0.4.1" authors = ["Zakarum "] description = "Arena allocator with optional scopes" homepage = "https://github.com/zakarumych/scoped-arena" documentation = "https://docs.rs/scoped-arena" readme = "README.md" keywords = ["allocator", "alloc", "arena", "no-std"] categories = ["memory-management", "rust-patterns", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/zakarumych/scoped-arena" [[bench]] name = "benches" path = "benches/bench.rs" harness = false required-features = ["allocator_api"] [dev-dependencies.bumpalo] version = "3.7" features = ["allocator_api"] [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.lazy_static] version = "1.0" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.rand] version = "0.8" [features] alloc = [] allocator_api = [] default = ["alloc"]