# 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 = "stdin-to-cloudwatch" version = "0.3.0" authors = ["Kenta Suzuki "] description = "Send logs from stdin to AWS CloudWatch Logs" readme = "README.md" license = "MIT" repository = "https://github.com/milabo/stdin-to-cloudwatch" [dependencies.anyhow] version = "1.0.79" [dependencies.aws-config] version = "1.1.5" features = ["behavior-version-latest"] [dependencies.aws-sdk-cloudwatchlogs] version = "1.15.0" [dependencies.chrono] version = "0.4.34" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.tokio] version = "1.20.6" features = ["full"]