# 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 = "gap_query_interval_tree" version = "0.2.0" authors = ["James Forster "] description = """ A crate that provides a gap-query optimized interval-tree data-structure. """ homepage = "https://github.com/ripytide/gap_query_interval_tree" documentation = "https://docs.rs/gap_query_interval_tree" readme = "README.md" keywords = [ "data-structures", "map", "data", "library", ] categories = ["data-structures"] license = "AGPL-3.0-or-later" repository = "https://github.com/ripytide/gap_query_interval_tree" [dependencies.discrete_range_map] version = "0.6.0" [dependencies.itertools] version = "0.12.0" default-features = false [dependencies.serde] version = "1.0.193" features = ["alloc"] default-features = false [lints.clippy] tabs_in_doc_comments = "allow"