# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bplustree" version = "0.1.0" authors = ["André Guedes "] description = "Concurrent in-memory B+ Tree featuring optimistic lock coupling" keywords = ["b-tree", "tree", "concurrent", "map"] categories = ["concurrency", "data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/NeowayLabs/bplustree" [dependencies.crossbeam-epoch] version = "0.9" [dependencies.parking_lot] version = "0.11.1" [dependencies.parking_lot_core] version = "0.8.3" [dependencies.smallvec] version = "1.6" features = ["const_generics"] [dependencies.thiserror] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.serial_test] version = "0.5"