mech-sim 0.1.0

Deterministic reduced-order architecture-validation simulator for gigawatt-class terrestrial legged vehicle energy, thermal, and actuation claims.
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 = "mech-sim"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic reduced-order architecture-validation simulator for gigawatt-class terrestrial legged vehicle energy, thermal, and actuation claims."
homepage = "https://github.com/infinityabundance/mech/tree/main/crates/mech-sim"
documentation = "https://docs.rs/mech-sim"
readme = "README.md"
keywords = [
    "simulation",
    "energy",
    "thermal",
    "mechatronics",
    "cli",
]
license = "Apache-2.0"
repository = "https://github.com/infinityabundance/mech"
resolver = "2"

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

[[bin]]
name = "mech-sim"
path = "src/main.rs"

[[example]]
name = "baseline"
path = "examples/baseline.rs"

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

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.chrono]
version = "0.4.42"
features = [
    "clock",
    "serde",
]

[dependencies.clap]
version = "4.5.53"
features = ["derive"]

[dependencies.csv]
version = "1.4.0"

[dependencies.plotters]
version = "0.3.7"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"