interavl 0.6.0

An optimised interval tree for efficient interval stabbing
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 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 = "interavl"
version = "0.6.0"
authors = ["Dom Dwyer <dom@itsallbroken.com>"]
build = false
exclude = [".github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An optimised interval tree for efficient interval stabbing"
documentation = "https://docs.rs/interavl"
readme = "README.md"
keywords = [
    "interval",
    "tree",
    "stabbing",
    "range",
    "query",
]
categories = [
    "data-structures",
    "algorithms",
    "date-and-time",
]
license = "Apache-2.0"
repository = "https://github.com/domodwyer/interavl"

[lib]
name = "interavl"
path = "src/lib.rs"
bench = false

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dependencies]

[dev-dependencies.criterion]
version = "0.8.1"

[dev-dependencies.paste]
version = "1.0.15"

[dev-dependencies.proptest]
version = "1.3.1"