# 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 = "btree_experiment" version = "0.1.106" authors = ["George Barwood"] build = false include = ["/src"] autobins = false autoexamples = false autotests = false autobenches = false description = "Crate implements a BTreeMap similar to std::collections::BTreeMap." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/georgebarwood/btree_experiment" [lib] name = "btree_experiment" path = "src/lib.rs" [dependencies.arrayvec] version = "0.7.4" [dependencies.serde] version = "1.0.197" optional = true [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.cap] version = "0.1.2" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.mimalloc] version = "0.1.39" [features] cap = [] serde = ["dep:serde"] unsafe-optim = []