[package]
name = "device-driver-codegen"
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]
device-driver-common.workspace = true
device-driver-lir.workspace = true
convert_case.workspace = true
clap.workspace = true
itertools.workspace = true
askama = { version = "0.16.0", default-features = false, features = ["derive", "alloc"] }