ace-sim 0.2.0

Deterministic simulation infrastructure. Everything needed to test protocol state machines reproducibly.
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 = "ace-sim"
version = "0.2.0"
authors = ["Samuel Preston <samp.reston@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic simulation infrastructure. Everything needed to test protocol state machines reproducibly."
readme = "README.md"
keywords = [
    "diagnostics",
    "vehicle",
    "standards",
]
categories = [
    "development-tools",
    "network-programming",
    "automotive",
]
license = "MIT or Apache-2.0"
repository = "https://github.com/samp-reston/ace"

[features]
default = []
std = ["ace-core/std"]

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

[dependencies.ace-core]
version = "0.2.0"

[dependencies.heapless]
version = "0.9.2"