# 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 = "indextreemap" version = "0.1.25" description = "A BTreeMap implementation that allows for key and or positional insertion and retreival." readme = "README.md" keywords = [ "tree", "btree", "btreemap", "index", "indexing", ] license = "MIT" repository = "https://github.com/d-tietjen/indextreemap_rust" [[bench]] name = "benches" harness = false [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.pprof] version = "0.13.0" features = [ "flamegraph", "criterion", ] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1.0.97" [dev-dependencies.sha2] version = "0.10.8"