ace-client 0.4.0

UDS tester client state machine.
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-client"
version = "0.4.0"
authors = ["Samuel Preston <samp.reston@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "UDS tester client state machine."
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]
alloc = [
    "ace-core/alloc",
    "ace-uds/alloc",
]
default = []
std = [
    "alloc",
    "ace-core/std",
    "ace-uds/std",
    "ace-sim/std",
]

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

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

[dependencies.ace-proto]
version = "0.4.0"

[dependencies.ace-sim]
version = "0.4.0"

[dependencies.ace-uds]
version = "0.4.0"

[dependencies.heapless]
version = "0.9.2"

[dev-dependencies.ace-server]
version = "0.4.0"