# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "awstail" version = "0.6.8" authors = ["Yoandy Rodriguez "] description = "Like `tail -f` for AWS Logs" homepage = "https://github.com/yorodm/awstail" readme = "README.md" categories = ["command-line-utilities"] license-file = "LICENSE.md" repository = "https://github.com/yorodm/awstail" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.6" [dependencies.console] version = "0.12" [dependencies.ctrlc] version = "3.1.3" [dependencies.env_logger] version = "0.8.1" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3.5" [dependencies.gumdrop] version = "0.8" [dependencies.humantime] version = "1.1.1" [dependencies.log] version = "0.4" [dependencies.rusoto_core] version = "0.45.0" features = ["rustls"] default_features = false [dependencies.rusoto_credential] version = "0.45.0" [dependencies.rusoto_logs] version = "0.45.0" features = ["rustls"] default_features = false [dependencies.tokio] version = "0.2.22" features = ["macros"]