# 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 = "kubernetes-audit-log-explorer" version = "0.2.0" authors = ["Karl Voss "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TUI for viewing Kubernetes Audit Logs" homepage = "https://github.com/karlpvoss/kubernetes-audit-log-explorer" readme = "README.md" keywords = [ "kubernetes", "audit", "logs", "tui", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/karlpvoss/kubernetes-audit-log-explorer" [lib] name = "kubernetes_audit_log_explorer" path = "src/lib.rs" [[bin]] name = "kale" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.crossterm] version = "0.27" features = [ "event-stream", "use-dev-tty", ] [dependencies.futures] version = "0.3" [dependencies.ratatui] version = "0.27" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.38.0" features = [ "rt-multi-thread", "macros", "sync", "time", ] [dependencies.uuid] version = "1.9" features = ["serde"]