# 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 = "nodit" version = "0.9.2" authors = ["James Forster "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap. """ homepage = "https://github.com/ripytide/nodit" documentation = "https://docs.rs/nodit" readme = "README.md" keywords = [ "data-structures", "map", "data", "library", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/ripytide/nodit" [lib] name = "nodit" path = "src/lib.rs" [dependencies.btree_monstrousity] version = "0.0.5" features = [ "btree_drain_filter", "btree_cursors", ] default-features = false [dependencies.itertools] version = "0.13.0" default-features = false [dependencies.serde] version = "1.0.204" features = ["derive"] optional = true default-features = false [dependencies.smallvec] version = "1.13.2" default-features = false [dev-dependencies.pretty_assertions] version = "1.4.0" [features] default = [] serde = ["dep:serde"] [lints.rust] missing_docs = "deny"