int-interval-set 0.2.0

Integer half-open interval set structures built on top of int-interval.
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 = "2024"
name = "int-interval-set"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Integer half-open interval set structures built on top of int-interval."
readme = "README.md"
keywords = [
    "interval",
    "set",
    "range",
    "integer",
    "algorithms",
]
categories = [
    "data-structures",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jcfangc/int-interval-set"

[lib]
name = "int_interval_set"
path = "src/lib.rs"
doctest = false

[dependencies.crossbeam-skiplist]
version = "0.1.3"

[dependencies.int-interval]
version = "0.7.0"

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