device-driver-generation 1.0.8

Code generation for the `device-driver` crate
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "device-driver-generation"
version = "1.0.8"
authors = ["Dion Dokter <diondokter@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generation for the `device-driver` crate"
homepage = "https://github.com/diondokter/device-driver"
readme = "README.md"
keywords = [
    "no_std",
    "device",
    "driver",
    "toolkit",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std::no-alloc",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/diondokter/device-driver"
resolver = "2"

[features]
default = [
    "dsl",
    "json",
    "yaml",
    "toml",
]
dsl = []
json = [
    "manifest",
    "dd-manifest-tree/json",
]
manifest = ["dep:dd-manifest-tree"]
toml = [
    "manifest",
    "dd-manifest-tree/toml",
]
yaml = [
    "manifest",
    "dd-manifest-tree/yaml",
]

[lib]
name = "device_driver_generation"
path = "src/lib.rs"

[[test]]
name = "same_output"
path = "tests/same_output.rs"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.askama]
version = "0.14.0"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.bitvec]
version = "1.0.1"

[dependencies.convert_case]
version = "0.6.0"

[dependencies.dd-manifest-tree]
version = "1.0.0"
optional = true
default-features = false

[dependencies.itertools]
version = "0.14.0"

[dependencies.prettyplease]
version = "0.2.37"

[dependencies.proc-macro2]
version = "1.0.70"

[dependencies.quote]
version = "1.0.33"

[dependencies.syn]
version = "2.0"
features = ["extra-traits"]

[dev-dependencies.indoc]
version = "2.0.5"

[dev-dependencies.pretty_assertions]
version = "1.4.0"