# 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 = "lora-e5-cli" version = "0.1.1" authors = ["Louis Thiery "] description = "CLI tool for the SEEED LoRa-E5 module" keywords = [ "lora-e5", "lorawan", "seeed", ] license = "Apache-2.0" repository = "https://github.com/novalabsxyz/lora-e5" [dependencies.clap] version = "4" features = ["derive"] [dependencies.hex] version = "0" [dependencies.lora-e5] version = "0.1.1" features = ["runtime"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "fs", "macros", "sync", "signal", "rt", "process", "time", ] default-features = false