# 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 = "nonoverlapping_interval_tree" version = "0.1.5" authors = ["Daniel Bittman "] description = "Map data structure keyed on (non-overlapping) ranges that allows lookup of a point within a range. Can be no_std (with use of alloc crate)." homepage = "https://github.com/dbittman/non-overlapping-interval-tree.git" documentation = "https://docs.rs/nonoverlapping_interval_tree" readme = "README.md" keywords = [ "map", "no_std", "range", "interval", "tree", ] categories = [ "data-structures", "no-std", ] license = "MIT" repository = "https://github.com/dbittman/non-overlapping-interval-tree.git" [dependencies] [features] default = ["std"] std = []