segmap 0.1.0

Map and set data structures whose keys are stored as ranges. Contiguous and overlapping ranges that map to the same value are coalesced into a single range. Originated as a fork of Jeff Parsons' "rangemap"
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "segmap"
version = "0.1.0"
authors = ["Elliott Clarke <ecclarke42@gmail.com", "Jeff Parsons <jeff@parsons.io>"]
description = "Map and set data structures whose keys are stored as ranges.\n\nContiguous and overlapping ranges that map to the same value are coalesced into a single range.\n\nOriginated as a fork of Jeff Parsons' \"rangemap\"\n"
homepage = "https://github.com/ecclarke42/segmap"
documentation = "https://docs.rs/segmap"
readme = "README.md"
categories = ["data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/ecclarke42/segmap"

[[bench]]
name = "kitchen_sink"
harness = false

[dependencies]
[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.criterion]
version = "0.3"
features = ["html_reports"]

[dev-dependencies.permutator]
version = "0.4"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.rangemap]
version = "0.1.11"

[dev-dependencies.rustc_version]
version = "0.4"