# 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 = "discrete_range_map" version = "0.6.3" authors = ["James Forster "] description = """ This crate provides DiscreteRangeMap and DiscreteRangeSet, Data Structures for storing non-overlapping discrete intervals based off BTreeMap. """ homepage = "https://github.com/ripytide/discrete_range_map" documentation = "https://docs.rs/discrete_range_map" readme = "README.md" keywords = [ "data-structures", "map", "data", "library", ] categories = ["data-structures"] license = "AGPL-3.0-or-later" repository = "https://github.com/ripytide/discrete_range_map" [dependencies.btree_monstrousity] version = "0.0.4" features = [ "btree_drain_filter", "btree_cursors", ] default-features = false [dependencies.either] version = "1.9.0" default-features = false [dependencies.itertools] version = "0.12.0" default-features = false [dependencies.serde] version = "1.0.193" features = ["derive"] default-features = false [dev-dependencies.pretty_assertions] version = "1.4.0" [lints.rust] missing_docs = "deny"