allen-intervals 0.1.0

An efficient implementation of Allen's interval relations for Rust's range 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 = "2021"
rust-version = "1.78.0"
name = "allen-intervals"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An efficient implementation of Allen's interval relations for Rust's range types."
readme = "README.md"
keywords = [
    "constraints",
    "time-interval",
    "temporal-logic",
    "temporal-reasoning",
    "no_std",
]
categories = [
    "date-and-time",
    "science",
]
license = "MPL-2.0"
repository = "https://github.com/regexident/allen-intervals"

[features]
default = ["std"]
std = ["thiserror"]

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

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

[dependencies.thiserror]
version = "2.0.12"
optional = true

[dev-dependencies.criterion]
version = "0.4"
features = ["html_reports"]