[package] name = "segmap" version = "0.1.0" authors = ["Elliott Clarke "] edition = "2018" license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/ecclarke42/segmap" documentation = "https://docs.rs/segmap" homepage = "https://github.com/ecclarke42/segmap" description = """ 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" """ categories = ["data-structures"] [dependencies] [dev-dependencies] permutator = "0.4" criterion = { version = "0.3", features = ["html_reports"] } rand = "0.8" chrono = "0.4" # For examples rustc_version = "0.4" rangemap = "0.1.11" # For benches: compare to more recent published (non-forked) version [[bench]] name = "kitchen_sink" harness = false