hyperpaths-rs 0.2.0

Spiess-Florian optimal strategies transit assignment
Documentation
[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]
# Exposes `hyperpaths_rs::testutil` (synthetic-network helpers). Off by default
# so it is not shipped; enabled automatically under `cargo test` and required
# by the `hyperpath` benchmark.
testutil = []

[[bench]]
name = "hyperpath"
harness = false
required-features = ["testutil"]