# 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 = "concurrent-map" version = "5.0.33" authors = ["Tyler Neely "] description = "a lock-free linearizable B+ tree" readme = "README.md" keywords = [ "lock-free", "multi-threaded", "performance", "index", "tree", ] categories = [ "concurrency", "data-structures", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/komora-io/concurrent-map" [profile.dev] opt-level = 1 debug = 2 [profile.release] debug = 2 [dependencies.ebr] version = "0.2.11" [dependencies.rand] version = "0.8.5" optional = true [dependencies.serde] version = "1.0.192" optional = true [dependencies.stack-map] version = "1.0.5" [features] fault_injection = ["rand"] fuzz_constants = [] print_utilization_on_drop = [] serde = ["dep:serde"] timing = []