# 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 = "ebyte-e32-ui" version = "0.5.0" default-run = "ebyte-e32-gui" description = "CLI + GUI for interacting with EByte E32 LoRa modules" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/barafael/ebyte-e32-ui" [[bin]] name = "ebyte-e32-cli" path = "bin/cli.rs" [[bin]] name = "ebyte-e32-gui" path = "bin/gui.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "3.1.14" features = ["derive"] [dependencies.ebyte-e32] version = "0.8.0" features = ["value_enum"] [dependencies.embedded-hal] version = "0.2.7" [dependencies.klask] version = "1" [dependencies.linux-embedded-hal] version = "0.3.2" [dependencies.nb] version = "1.0.0" [dependencies.rustyline] version = "10.0.0" [dependencies.serde] version = "1.0.147" [dependencies.serde_derive] version = "1.0.147" [dependencies.toml] version = "0.5.9"