# 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 = "range_bounds_map" version = "0.3.3" authors = ["James Forster "] description = """ This crate provides [`RangeBoundsMap`] and [`RangeBoundsSet`], Data Structures for storing non-overlapping intervals based of [`BTreeMap`]. """ homepage = "https://github.com/ripytide/range_bounds_map" documentation = "https://docs.rs/range_bounds_map" readme = "README.md" keywords = [ "data-structures", "map", "data", "library", ] categories = ["data-structures"] license = "AGPL-3.0-or-later" repository = "https://github.com/ripytide/range_bounds_map" [dependencies.btree_monstrousity] version = "0.0.4" features = [ "btree_drain_filter", "btree_cursors", ] [dependencies.either] version = "1.8.1" [dependencies.serde] version = "1.0.148" features = ["derive"] [dev-dependencies.ordered-float] version = "3.4.0" [dev-dependencies.pretty_assertions] version = "1.3.0"