# 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 = "korrect" version = "0.0.3" authors = ["dan@badpacket.in"] build = "build.rs" include = [ "**/*.rs", "Cargo.toml", "Cargo.lock", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A kubectl version managing shim that invokes the correct kubectl version ☸ " readme = "README.md" keywords = [ "k8s", "kubectl", ] license = "MIT" repository = "https://gitlab.com/cromulentbanana/korrect/" [lib] name = "korrect" path = "src/lib.rs" [[bin]] name = "korrect" path = "src/bin/korrect.rs" [[bin]] name = "korrect-shim" path = "src/bin/korrect-shim.rs" [dependencies.anyhow] version = "^1.0.58" [dependencies.clap] version = "4.5.21" features = [ "derive", "env", "wrap_help", ] [dependencies.clap_complete] version = "4.5.38" [dependencies.clap_complete_nushell] version = "4.5.4" [dependencies.dirs] version = "5.0.1" [dependencies.indicatif] version = "0.17.9" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.11.1" [dependencies.reqwest] version = "0.12" features = [ "rustls-tls-webpki-roots", "blocking", "json", ] default-features = false [dependencies.serde_json] version = "1.0.133" [dependencies.sha2] version = "0.10.8" [dependencies.simple_logger] version = "2.2.0" [dependencies.tempfile] version = "3.14.0" [dev-dependencies.mockito] version = "1.6.1" [dev-dependencies.serial_test] version = "3.2.0" [dev-dependencies.tempfile] version = "3.14.0"