int-interval 0.5.0

A small, no_std half-open interval algebra library for primitive integer types.
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"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small, no_std half-open interval algebra library for primitive integer types."
readme = "README.md"
keywords = [
    "interval",
    "range",
    "no_std",
    "integer",
    "algebra",
]
categories = [
    "data-structures",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jcfangc/int-interval"

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

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

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

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

[dependencies]

[dev-dependencies.divan]
version = "0.1.21"

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

[dev-dependencies.rust_intervals]
version = "1.0.0"