# 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 = "ksre-tui" version = "0.2.0" description = "ksre-tui is a k8s visual command line tool." homepage = "https://github.com/xs-fork/ksre" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/xs-fork/ksre" [lib] name = "libksre" [dependencies.chrono] version = "0.4.34" [dependencies.clap] version = "4.4.18" [dependencies.color-eyre] version = "0.6.2" [dependencies.crossterm] version = "0.27.0" features = ["event-stream"] [dependencies.futures] version = "0.3.30" [dependencies.k8s-openapi] version = "0.21.0" features = ["latest"] [dependencies.kube] version = "0.88.1" features = [ "runtime", "derive", "kube-client", "ws", ] [dependencies.nucleo-matcher] version = "0.3.0" [dependencies.ratatui] version = "0.26.0-alpha.3" features = ["all-widgets"] [dependencies.serde] version = "1.0.197" [dependencies.tokio] version = "1.25.0" features = ["full"] [dependencies.tokio-util] version = "0.7.10" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.tui-textarea] version = "0.4.0"