# 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 = "2018" name = "cargo-espmonitor" version = "0.10.0" authors = ["Brian J. Tarricone "] description = "Cargo subcommand for monitoring ESP8266 and ESP32 execution over serial" homepage = "https://github.com/esp-rs/espmonitor" readme = "../README.md" keywords = [ "esp32", "esp8266", ] categories = [ "command-line-utilities", "development-tools", "development-tools::cargo-plugins", "development-tools::debugging", "embedded", ] license = "GPL-3.0" repository = "https://github.com/esp-rs/espmonitor" [dependencies.anyhow] version = "1" [dependencies.cargo-project] version = "0.2" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.espmonitor] version = "^0.10.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.toml] version = "0.5"