[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"