# 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 = "solar-api" version = "0.1.3" authors = ["Reinier Balt "] description = "Rust library for accessing the SolarEdge Monitoring API" documentation = "https://docs.rs/solar-api" readme = "README.md" keywords = ["solaredge"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/lrbalt/solar-api" [dependencies.chrono] version = "0.4.31" [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.20" [dependencies.reqwest] version = "0.11.22" features = [ "blocking", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" [dependencies.uom] version = "0.35.0" features = [ "f64", "si", ] default-features = false