# 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 = "glowmarkt" version = "0.5.2" authors = ["Dave Townsend "] description = "Access to the Glowmarkt API for smart meter data." homepage = "https://github.com/Mossop/glowmarkt-rs" readme = "README.md" license = "MIT" repository = "https://github.com/Mossop/glowmarkt-rs" [dependencies.clap] version = "^3.2.17" features = [ "derive", "env", ] [dependencies.flexi_logger] version = "^0.22.3" features = [ "colors", "use_chrono_for_offset", ] [dependencies.log] version = "^0.4.14" [dependencies.reqwest] version = "^0.11.10" features = ["json"] [dependencies.serde] version = "^1.0.136" features = ["derive"] [dependencies.serde_json] version = "^1.0.83" [dependencies.time] version = "^0.3.13" features = [ "serde", "serde-well-known", "parsing", ] [dependencies.tokio] version = "^1.17.0" features = ["full"]