# 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 = "2021" name = "device-driver-cli" version = "1.0.0-rc.0" authors = ["Dion Dokter "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [[bin]] name = "device-driver-cli" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.device-driver-generation] version = "1.0.0-rc.0" [dependencies.prettyplease] version = "0.2.22" features = ["verbatim"] [dependencies.syn] version = "2.0"