# 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 = "electricui-cli" version = "0.1.2" authors = ["Jon Lamb"] description = "An unofficial and incomplete CLI for devices implementing the ElectricUI Binary Protocol" license = "MIT OR Apache-2.0" repository = "https://github.com/jonlamb-gh/electricui-cli" resolver = "2" [[bin]] name = "electricui" path = "src/main.rs" [dependencies.byteorder] version = "1.4" [dependencies.bytes] version = "1.1" [dependencies.ctrlc] version = "3.2" features = ["termination"] [dependencies.derive_more] version = "0.99" [dependencies.electricui-embedded] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.ordered-float] version = "2.10" [dependencies.structopt] version = "0.3" features = ["color"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread", "sync", "time", "io-util", "net", "fs", "signal", "tracing"] [dependencies.tokio-serial] version = "5.4" [dependencies.tokio-util] version = "0.6.9" features = ["codec"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]