# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "k8s-gcr-auth-helper" version = "0.1.10" authors = ["Stephen Connolly "] description = "A Kubernetes authentication helper to expose per-user credentials as Image Pull Secrets for Google Container Registry" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/stephenc/k8s-gcr-auth-helper" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.26" [dependencies.base64] version = "0.12.0" [dependencies.chrono] version = "0.4.11" [dependencies.clap] version = "2.33.0" [dependencies.env_logger] version = "0.7.1" [dependencies.failure] version = "0.1.7" [dependencies.futures] version = "0.3.4" [dependencies.futures-timer] version = "3.0.1" [dependencies.futures-util] version = "0.3.4" [dependencies.k8s-openapi] version = "0.7.1" features = ["v1_15"] default-features = false [dependencies.kube] version = "0.30.0" default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.oauth2] version = "2" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "~0.8" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.tokio-util] version = "0.3.1" features = ["codec"] [dependencies.url] version = "1.0" [dependencies.webbrowser] version = "0.5.2" [features] default = ["native-tls"] native-tls = ["kube/native-tls"] rustls-tls = ["kube/rustls-tls"]