# 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 = "beton" version = "0.1.0" authors = ["Yoshua Wuyts "] description = "A tree-backed slab allocator" documentation = "https://docs.rs/beton" readme = "README.md" keywords = [] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/yoshuawuyts/beton" [profile.bench] debug = 2 [lib] bench = false [[bench]] name = "differential" harness = false [[bench]] name = "differential_with_index" harness = false [dependencies] [dev-dependencies.arbitrary] version = "1.3.0" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.fastrand] version = "2.0.0" [dev-dependencies.heckcheck] version = "2.0.1" [dev-dependencies.slab] version = "0.4.9" [features]