# 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 = "enphase" version = "0.4.0" authors = ["Mike Cronce "] description = "An async wrapper around the Enphase APIs - both direct local access to Envoy devices, and the Enlighten cloud service" homepage = "https://docs.rs/enphase" license = "MIT" repository = "https://gitlab.cronce.io/foss/rust-enphase" [dependencies.arcstr] version = "1.1.5" [dependencies.base64] version = "0.21" [dependencies.chrono] version = "0.4.23" features = ["serde"] default-features = false [dependencies.clap] version = "4.0.29" features = [ "derive", "env", ] optional = true [dependencies.compact_str] version = "0.7.0" features = ["serde"] [dependencies.diqwest] version = "1.1.0" features = ["rustls-tls"] [dependencies.macaddr] version = "1.0.1" features = ["serde_std"] [dependencies.reqwest] version = "0.11.13" features = [ "rustls-tls", "json", "gzip", ] default-features = false [dependencies.serde] version = "1.0.148" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_json] version = "1.0.89" [dependencies.serde_with] version = "3.0.0" features = ["chrono_0_4"] [dependencies.smallvec] version = "1.10.0" features = [ "const_generics", "serde", "union", ] [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.thiserror] version = "1.0.37" [dependencies.tokio] version = "1.22.0" features = ["sync"] [dependencies.url] version = "2.3.1" [dev-dependencies.clap] version = "4.0.29" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.89" [dev-dependencies.tokio] version = "1.22.0" features = [ "rt", "macros", ] [features] clap = ["dep:clap"]