# 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 = "amber-client" version = "0.2.1" authors = ["Brendan Horan"] exclude = ["config.toml"] description = "CLI tool to provide access to Amber Energy's customer REST API" homepage = "https://github.com/brendanhoran/amber-cli" readme = "README.md" categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/brendanhoran/amber-cli" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.30" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.config] version = "0.13.1" [dependencies.csv] version = "1.1" [dependencies.dateparser] version = "0.2.0" [dependencies.iso8601-timestamp] version = "0.2.16" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.48" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.claim] version = "0.5.0" [dev-dependencies.surf] version = "2.3.2" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] [dev-dependencies.wiremock] version = "0.5.19"