# 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 = "cw-sauron" version = "1.0.5" description = "Cloudwatch CLI Tool" readme = "README.md" license = "MIT" repository = "https://github.com/dawsonfi/sauron" [dependencies.async-trait] version = "0.1.68" [dependencies.aws-config] version = "0.55.2" [dependencies.aws-sdk-cloudwatchlogs] version = "0.27.0" [dependencies.aws-smithy-http] version = "0.55.2" [dependencies.aws-smithy-types] version = "0.55.2" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "4.2.7" features = [ "cargo", "derive", ] [dependencies.console] version = "0.15.0" [dependencies.derive_builder] version = "0.12.0" [dependencies.dialoguer] version = "0.10.0" [dependencies.indicatif] version = "0.17.3" [dependencies.mockall] version = "0.11.0" [dependencies.mockall_double] version = "0.3.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-bunyan-formatter] version = "0.3.6" [dependencies.tracing-log] version = "0.1.3" [dependencies.tracing-subscriber] version = "0.3.16" features = [ "registry", "env-filter", ] [features] integration = []