# 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 = "embedded-nano-mesh-cli-tool" version = "1.2.0" authors = ["Yevhen Shevchenko (boshtannik) "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command line utility to interact with embedded-nano-mesh network trough shell" readme = "README.md" keywords = [ "mesh", "protocol", "network", "embedded", "cli", ] categories = [ "network-programming", "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/boshtannik/embedded-nano-mesh-cli-tool/" [[bin]] name = "embedded-nano-mesh-cli-tool" path = "src/main.rs" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.embedded-nano-mesh] version = "1.2.0" [dependencies.platform-millis-linux] version = "2.0.0" [dependencies.platform-serial-linux] version = "1.0.2"