# 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.68" name = "avalanche-telemetry-cloudwatch" version = "0.0.74" description = "Avalanche telemetry agent" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ava-labs/avalanche-telemetry" resolver = "1" [[bin]] name = "avalanche-telemetry-cloudwatch" path = "src/main.rs" [dependencies.aws-manager] version = "0.25.0" features = [ "cloudwatch", "ec2", ] [dependencies.aws-sdk-cloudwatch] version = "0.25.0" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.2.1" features = [ "cargo", "derive", ] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.17" [dependencies.prometheus-manager] version = "0.0.25" [dependencies.reqwest] version = "0.11.16" [dependencies.tokio] version = "1.27.0" features = ["full"]