# 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.81" name = "n3rgy_consumer_api_client" version = "0.1.1" authors = ["rars <2265225+rars@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A client for retrieving energy data from n3rgy's consumer API" readme = "README.md" keywords = [ "energy", "data", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/rars/n3rgy_consumer_api_client" [lib] name = "n3rgy_consumer_api_client" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.5"