# 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" rust-version = "1.73" name = "hoymiles-rs" version = "1.2.1" authors = ["Bastian Gruber "] build = "build.rs" description = "A CLI to interact with Hoymiles solar panel installations and fetch data." readme = "README.md" keywords = [ "hoymiles", "solarpanel", "cli", "api", "monitoring", ] categories = [ "command-line-utilities", "network-programming", ] license = "MIT" repository = "https://github.com/gruberb/hoymiles-rs" [dependencies.bytes] version = "1.1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4" features = [ "derive", "env", "string", ] [dependencies.csv] version = "1.1" [dependencies.dirs] version = "4.0" [dependencies.md5] version = "0.7" [dependencies.prost] version = "0.9" [dependencies.prost-types] version = "0.9" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5" [dependencies.tracing] version = "0.1" [dependencies.tracing-log] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [build-dependencies.prost-build] version = "0.9"