# 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 = "drop_arena" version = "0.3.0" authors = ["Mark Saving "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A single-type allocator which permits dropping and reclaiming of individual elements" readme = "README.md" keywords = ["arena"] categories = [ "memory-management", "no-std", ] license = "MIT" repository = "https://github.com/markcsaving/drop_arena" [lib] name = "drop_arena" path = "src/lib.rs" [[bench]] name = "arena_vs_box" path = "benches/arena_vs_box.rs" harness = false [dependencies.consume_on_drop] version = "0.1.1" [dependencies.typed-arena] version = "2.0.2" default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5"