# 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" rust-version = "1.58" name = "cargo-pio" version = "0.25.7" authors = [ "Ivan Markov ", "Dominik Gschwind ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo<->PlatformIO integration: a cargo subcommand" readme = "README.md" keywords = [ "cargo", "platformio", ] categories = [ "embedded", "development-tools::cargo-plugins", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ivmarkov/embuild" [[bin]] name = "cargo-pio" path = "src/main.rs" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.embuild] version = "0.32" features = ["pio"] [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.structopt] version = "0.3.22" [dependencies.tempfile] version = "3.2"