device-driver-cli 1.0.8

The command line tool for the device-driver toolkit
# 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-cli"
version = "1.0.8"
authors = ["Dion Dokter <diondokter@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "device-driver-cli"
description = "The command line tool for the device-driver toolkit"
homepage = "https://github.com/diondokter/device-driver"
readme = "README.md"
keywords = [
    "device",
    "driver",
    "toolkit",
]
categories = [
    "embedded",
    "hardware-support",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/diondokter/device-driver"
resolver = "2"

[[bin]]
name = "device-driver-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.clap]
version = "4.5.20"
features = ["derive"]

[dependencies.device-driver-generation]
version = "=1.0.8"

[dependencies.syn]
version = "2.0"