[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"