# 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 = "skctl" version = "2.0.0" authors = ["Applied Computing Research Labs"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI utility for SimKube" documentation = "https://appliedcomputing.io/simkube/" readme = "README.md" license-file = "LICENSE" [[bin]] name = "skctl" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" features = ["backtrace"] [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.21" features = [ "cargo", "derive", "string", ] [dependencies.clap_complete] version = "4.5.38" [dependencies.clockabilly] version = "0.1.1" [dependencies.derive_setters] version = "0.1.6" [dependencies.dirs] version = "5.0.1" [dependencies.json-patch-ext] version = "0.1.0" [dependencies.k8s-openapi] version = "0.23.0" features = ["v1_27"] [dependencies.kube] version = "0.97.0" features = [ "client", "derive", "runtime", "rustls-tls", "admission", "unstable-runtime", ] default-features = false [dependencies.lazy_static] version = "1.5.0" [dependencies.ratatui] version = "0.28.1" [dependencies.reqwest] version = "0.12.9" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.215" [dependencies.serde_json] version = "1.0.132" [dependencies.serde_yaml] version = "0.9.34" [dependencies.sk-api] version = "2.0.0" [dependencies.sk-core] version = "2.0.0" [dependencies.sk-store] version = "2.0.0" [dependencies.tokio] version = "1.41.1" features = [ "io-util", "macros", "process", "rt-multi-thread", "signal", ] [dev-dependencies.assertables] version = "8.18.0" [dev-dependencies.insta] version = "1.41.1" [dev-dependencies.rstest] version = "0.18.2" [features] testutils = []