int-interval-stack 0.3.1

Integer half-open interval stack structures for overlap multiplicity.
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-stack"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Integer half-open interval stack structures for overlap multiplicity."
readme = "README.md"
keywords = [
    "interval",
    "stack",
    "range",
    "integer",
    "algorithms",
]
categories = [
    "data-structures",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jcfangc/int-interval-stack"

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

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

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

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

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

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

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

[dependencies.either]
version = "1.16.0"

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

[dependencies.int-interval-set]
version = "0.3.4"

[dependencies.rayon]
version = "1.12.0"

[dev-dependencies.divan]
version = "4.7.0"
package = "codspeed-divan-compat"

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