# 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 = "indexset" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A two-level BTree with fast iteration and indexing operations" documentation = "https://docs.rs/indexset/" readme = "README.md" keywords = [ "btreemap", "btreeset", "set", "map", "order-statistic", ] categories = ["data-structures"] license = "Apache-2.0 OR MIT" repository = "https://github.com/brurucy/indexset" [lib] name = "indexset" path = "src/lib.rs" [[bench]] name = "concurrent" path = "benches/concurrent.rs" harness = false required-features = ["concurrent"] [[bench]] name = "stdlib" path = "benches/stdlib.rs" harness = false [dependencies.arc-swap] version = "1.7.1" optional = true [dependencies.ftree] version = "1.1.0" features = ["serde"] [dependencies.serde] version = "1.0.151" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.scc] version = "2.1.17" [features] concurrent = ["dep:arc-swap"] serde = ["dep:serde"]