# 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 = "espmonitor" version = "0.10.0" authors = ["Brian J. Tarricone "] description = "Monitors 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::debugging", "embedded", ] license = "GPL-3.0" repository = "https://github.com/esp-rs/espmonitor" [lib] [[bin]] name = "espmonitor" path = "src/main.rs" [dependencies.addr2line] version = "0.17" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.crossterm] version = "0.23" [dependencies.gimli] version = "0.26" [dependencies.lazy_static] version = "1" [dependencies.object] version = "0.27" [dependencies.regex] version = "1" [dependencies.serial] version = "0.4" [target."cfg(unix)".dependencies.nix] version = "0.24"