# 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-axe" version = "0.2.1" authors = ["Mikhail Modin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "AWS CloudWatch CLI log viewer" homepage = "https://github.com/mikhail-m1/axe" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/mikhail-m1/axe" [[bin]] name = "cw-axe" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.aws-config] version = "1.1.7" features = ["behavior-version-latest"] [dependencies.aws-sdk-cloudwatchlogs] version = "1.23" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.duration-str] version = "0.8" [dependencies.eframe] version = "0.27.0" features = [ "default_fonts", "glow", ] optional = true default-features = false [dependencies.egui] version = "0.27" optional = true [dependencies.egui_extras] version = "0.27" optional = true [dependencies.env_logger] version = "0.11" [dependencies.humansize] version = "2.1" [dependencies.itertools] version = "0.13" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.10" [dependencies.shellexpand] version = "3.1" features = ["path"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml_edit] version = "0.22" [dependencies.tracing] version = "0.1.5" [features] default = ["ui"] ui = [ "egui", "egui_extras", "eframe", ]