# 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" rust-version = "1.75.0" name = "kubevault" version = "1.1.0" authors = ["Alexandre Nicolaie "] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "kubevault" description = "kubevault transforms a Kubernetes cluster into a secret management system." homepage = "https://github.com/chezmoi-sh/kubevault" readme = "README.md" keywords = [ "kubernetes", "vault", "secret", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/chezmoi-sh/kubevault" [package.metadata.binstall] bin-dir = "{ bin }{ binary-ext }" pkg-fmt = "tgz" pkg-url = "{ repo }/releases/download/{ version }/{ name }-{ version }-{ target }.{ archive-format }" [package.metadata.binstall.overrides.aarch64-pc-windows-msvc] pkg-fmt = "zip" [package.metadata.binstall.overrides.i686-pc-windows-msvc] pkg-fmt = "zip" [package.metadata.binstall.overrides.x86_64-pc-windows-msvc] pkg-fmt = "zip" [lib] name = "kubevault" path = "src/lib.rs" [[bin]] name = "kubevault" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.0" features = [ "color", "derive", "env", ] [dependencies.clap_complete] version = "4.5.12" [dependencies.futures] version = "0.3.30" [dependencies.glob-match] version = "0.2.1" [dependencies.http] version = "1.1.0" [dependencies.k8s-openapi] version = "0.22.0" features = ["v1_30"] [dependencies.kube] version = "0.93.1" features = [ "client", "config", "runtime", "rustls-tls", ] [dependencies.kube-custom-resources-rs] version = "2024.8.1" features = ["external_secrets_io"] [dependencies.lazy_static] version = "1.5.0" [dependencies.owo-colors] version = "4.0.0" features = ["supports-colors"] [dependencies.regex] version = "1.6.0" [dependencies.serde_yaml] version = "0.9.14" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.walkdir] version = "2.3.2" [dev-dependencies.assert_cmd] version = "2.0.15" features = ["color-auto"] [dev-dependencies.assert_fs] version = "1.1.2" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.similar-asserts] version = "1.5.0"