# 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.73.0" name = "rodeo" version = "0.2.1" authors = ["polazarus"] description = "Fast dropping arena based on bumpalo" readme = "./README.md" keywords = [ "dropping", "arena", "allocation", "bumpalo", ] categories = [ "memory-management", "rust-patterns", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/polazarus/rodeo" [[bench]] name = "main" harness = false [dependencies.bumpalo] version = "3.15.4" optional = true [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.typed-arena] version = "2.0.2" [features] default = [ "bumpalo", "std", ] std = []