[build-dependencies.autocfg]
version = "1.0.1"
[package]
authors = ["Anders Evensen"]
build = "build.rs"
categories = ["algorithms", "data-structures", "no-std", "science"]
description = "A data structure for efficiently storing and querying nested intervals."
exclude = [".travis.yml"]
keywords = ["nested", "containment", "list", "interval", "overlapping"]
license = "MIT OR Apache-2.0"
name = "nested_containment_list"
readme = "README.md"
repository = "https://github.com/Anders429/nested_containment_list"
version = "0.1.1"