[package]
name = "hyperpaths-rs"
version = "0.2.0"
edition = "2024"
description = "Spiess-Florian optimal strategies transit assignment"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/LdDl/hyperpaths-rs"
documentation = "https://docs.rs/hyperpaths-rs"
homepage = "https://github.com/LdDl/hyperpaths-rs"
keywords = ["transit", "assignment", "hyperpaths", "spiess-florian", "transportation"]
categories = ["algorithms", "simulation", "science", "mathematics"]
[dependencies]
[dev-dependencies]
criterion = { version = "0.8.2", features = ["html_reports"] }
[features]
testutil = []
[[bench]]
name = "hyperpath"
harness = false
required-features = ["testutil"]