[badges.maintenance]
status = "actively-developed"
[[bench]]
harness = false
name = "interval_operations"
path = "benches/interval_operations.rs"
[[bench]]
harness = false
name = "static_alternative"
path = "benches/static_alternative.rs"
[dependencies.itertools]
version = "0.13.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.214"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.quickcheck]
version = "1.0"
[dev-dependencies.quickcheck_macros]
version = "1.0"
[lib]
name = "intervals_general"
path = "src/lib.rs"
[package]
authors = ["Scott Moeller <electronjoe@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["science", "data-structures"]
description = """
intervals-general is a crate enabling general representation of and
operations on intervals over generic types (e.g. supporting units of measure
or arbitrary built-in types, or any type with PartialOrd implementation).
"""
documentation = "https://github.com/electronjoe/intervals-general"
edition = "2021"
homepage = "https://github.com/electronjoe/intervals-general"
keywords = ["intervals", "interval", "math", "units", "measurement"]
license = "MIT OR Apache-2.0"
name = "intervals-general"
readme = "README.md"
repository = "https://github.com/electronjoe/intervals-general"
version = "0.1.1"
[profile.bench]
lto = true