# 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 = "kubectl-check" version = "0.2440.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool to prompt users for confirmation before running potentially unsafe kubectl commands." homepage = "https://github.com/BeLeap/kubectl-check" readme = "README.md" license = "MIT" repository = "https://github.com/BeLeap/kubectl-check" [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [[bin]] name = "kubectl-check" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.colored] version = "2" [dependencies.yaml-rust2] version = "0.9.0"