[package]
name = "device-driver-parser"
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-lexer.workspace = true
device-driver-common.workspace = true
device-driver-diagnostics.workspace = true
chumsky.workspace = true
[features]
gen-docs = ["chumsky/debug"]