# 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 = "bztree" version = "0.2.0" authors = ["Igor Skokov"] include = [ "src/", "LICENSE", "README.md", "CHANGELOG.md", ] description = "BzTree implementation for Rust" documentation = "https://docs.rs/bztree" readme = "README.md" keywords = [ "concurrent", "btree", "tree", ] categories = [ "concurrency", "data-structures", ] license = "MIT" repository = "https://github.com/Lagrang/bztree-rs" [lib] bench = false [[bench]] name = "bztree_bench" path = "benches/bztree_bench.rs" harness = false [dependencies.crossbeam-epoch] version = "0.9.4" [dependencies.mwcas] version = "0.2.0" [dev-dependencies.criterion] version = "0.3.4" [dev-dependencies.crossbeam-utils] version = "0.8.4" [dev-dependencies.jemallocator] version = "0.3.2" [dev-dependencies.num_cpus] version = "1.11.1" [dev-dependencies.rand] version = "0.8.3"