# 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 = "rb-interval-map" version = "0.1.2" authors = ["feathercyc feathercyc@163.com"] description = "`rb-interval-map` is a map based on interval tree." homepage = "https://github.com/xline-kv/interval_map" documentation = "https://docs.rs/rb-interval-map" readme = "README.md" keywords = [ "IntervalTree", "AugmentedTree", "RedBlackTree", ] license = "Apache-2.0" repository = "https://github.com/xline-kv/interval_map" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.serde] version = "1.0" features = [ "derive", "std", ] optional = true default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1.0" [features] default = [] graphviz = [] serde = ["dep:serde"]