# 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.78" name = "cloudwatch-log-redirector" version = "0.1.6" authors = ["Rusty Conover "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Redirect STDERR/STDOUT to CloudWatch Logs" readme = "readme.md" keywords = [ "cli", "cloudwatch", "cloudwatchlogs", "logging", "aws", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/rustyconover/cloudwatch-log-redirector" [[bin]] name = "cloudwatch-log-redirector" path = "src/main.rs" [dependencies.aws-config] version = "1.5.8" [dependencies.aws-sdk-cloudwatchlogs] version = "1.51.0" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [badges.maintenance] status = "actively-developed" [lints.rust] unsafe_code = "forbid"