# 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 = "ec_cost_slack_bot" version = "0.1.2" authors = ["hiromu.nakamura "] description = "This crate reports Elastic Cloud cost." homepage = "https://github.com/po3rin/ec_cost_slack_bot" documentation = "https://github.com/po3rin/ec_cost_slack_bot/blob/master/README.md" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/po3rin/ec_cost_slack_bot" resolver = "2" [dependencies.async-std] version = "1.12.0" features = ["attributes"] [dependencies.clap] version = "3.2.17" features = ["env"] [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_derive] version = "1.0.144" [dependencies.serde_json] version = "1.0.85" [dependencies.surf] version = "2.3.2" [dependencies.thousands] version = "0.2.0"