rustsim-traffic 0.0.1

Transport-domain semantics for rustsim: multimodal movement, controls, and routing metadata
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.94.0"
name = "rustsim-traffic"
version = "0.0.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transport-domain semantics for rustsim: multimodal movement, controls, and routing metadata"
readme = false
keywords = [
    "traffic",
    "network",
    "flow",
    "mobility",
    "simulation",
]
categories = [
    "science",
    "simulation",
]
license = "MIT"
repository = "https://github.com/rustsim/rustsim"

[lib]
name = "rustsim_traffic"
path = "src/lib.rs"

[[test]]
name = "invariant_tests"
path = "tests/invariant_tests.rs"

[dependencies.rustsim-core]
version = "0.0.1"

[dependencies.rustsim-modes]
version = "0.0.1"

[dependencies.rustsim-spaces]
version = "0.0.1"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.rand]
version = "0.8"