[package]
edition = "2024"
rust-version = "1.87"
name = "dbc-data"
version = "0.1.11"
authors = ["Michael Fairman <mfairman@tegimeki.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macro for CAN DBC code generation"
readme = "README.md"
keywords = [
"can",
"automotive",
"ecu",
"no-std",
]
categories = [
"embedded",
"no-std",
"parsing",
"encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/tegimeki/dbc-data"
[lib]
name = "dbc_data"
path = "src/lib.rs"
proc-macro = true
[[test]]
name = "test"
path = "tests/test.rs"
[dependencies.can-dbc]
version = "9.0.0"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
features = [
"full",
"extra-traits",
]
[dev-dependencies.assert-eq-float]
version = "0.1.4"
[dev-dependencies.assert_hex]
version = "0.4.1"