# 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 = "cargo-embassy" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Get up and running with Embassy in seconds." readme = "README.md" categories = [ "no-std", "embedded", "command-line-interface", ] license-file = "LICENSE" repository = "https://github.com/AdinAck/cargo-embassy" [[bin]] name = "cargo-embassy" path = "src/main.rs" [dependencies.Inflector] version = "0.11.4" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.indicatif] version = "0.17.7" [dependencies.open] version = "5.0.1" [dependencies.probe-rs] version = "0.24.0" [dependencies.serde_json] version = "1.0.122" [dependencies.termimad] version = "0.30.0"