macro_traffic_sim_core 0.1.0

Core library for macroscopic traffic simulation using the classical 4-step demand model.
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 = "2024"
name = "macro_traffic_sim_core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for macroscopic traffic simulation using the classical 4-step demand model."
homepage = "https://github.com/LdDl/macro_traffic_sim_core"
documentation = "https://docs.rs/macro_traffic_sim_core"
readme = "README.md"
keywords = [
    "traffic",
    "simulation",
    "transportation",
    "assignment",
    "demand",
]
categories = [
    "simulation",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/LdDl/macro_traffic_sim_core"

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

[[example]]
name = "grid_city"
path = "examples/grid_city/main.rs"

[[example]]
name = "simple_network"
path = "examples/simple_network/main.rs"

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

[dependencies.ordered-float]
version = "4"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "json",
    "env-filter",
    "registry",
]

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

[dev-dependencies.csv]
version = "1"