[package]
edition = "2024"
name = "ace-doip"
version = "0.2.1"
authors = ["Samuel Preston <samp.reston@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DoIP typed message and session layer implementing ISO 13400-2."
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-proto/alloc",
]
default = []
std = [
"alloc",
"ace-core/std",
"ace-proto/std",
]
[lib]
name = "ace_doip"
path = "src/lib.rs"
[[test]]
name = "fixtures"
path = "tests/fixtures.rs"
[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"
[dependencies.ace-core]
version = "0.2.1"
[dependencies.ace-macros]
version = "0.2.1"
[dependencies.ace-proto]
version = "0.2.1"
[dependencies.ace-sim]
version = "0.2.1"
[dependencies.ace-uds]
version = "0.2.1"
[dependencies.bytes]
version = "1.11.1"
[dependencies.heapless]
version = "0.9.2"
[dev-dependencies.ace-core]
version = "0.2.1"
features = ["std"]
[dev-dependencies.bytes]
version = "1.11.1"
[dev-dependencies.proptest]
version = "1.10.0"