[package]
name = "device-driver-common"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
edition.workspace = true
rust-version.workspace = true
keywords = ["device", "driver", "toolkit"]
categories = ["embedded", "hardware-support", "development-tools"]
description = "Internal compiler crate for the device-driver toolkit"
readme = "README.md"
[dependencies]
convert_case.workspace = true
chumsky.workspace = true
arbitrary = { workspace = true, optional = true }
unicode-ident = "1.0.24"
[target.'cfg(target_family = "wasm")'.dependencies]
web-time = "1.1.0"
[features]
arbitrary = ["dep:arbitrary"]