# 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 = "cloudwatch_metrics_agent" version = "0.1.8" authors = ["theirix "] description = "An agent for sending custom CPU and memory metrics to Cloudwatch" readme = "README.md" keywords = [ "aws", "metrics", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/theirix/cloudwatch_metrics_agent" [dependencies.async-trait] version = "0.1.52" [dependencies.aws-config] version = "1.1.1" [dependencies.aws-sdk-cloudwatch] version = "1.10.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.env_logger] version = "~0.10" features = ["auto-color"] [dependencies.log] version = "~0.4" [dependencies.more-asserts] version = "0.3.1" [dependencies.rstats] version = "^1.3" [dependencies.sysinfo] version = "0.29.10" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.test-log] version = "0.2.8"