# 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.56.0" name = "statehub-k8s-helper" version = "0.6.2" description = "Statehub Kubernetes helper library" license = "Apache-2.0" repository = "https://gitlab.com/statehub/statehub-k8s-helper-rs" resolver = "2" [package.metadata.docs.rs] features = ["capi", "runtime", "k8s-openapi/v1_23"] [dependencies.anyhow] version = "1.0" [dependencies.http] version = "0.2" [dependencies.itertools] version = "0.10" [dependencies.k8s-cluster-api] version = "0.8" optional = true [dependencies.k8s-openapi] version = "0.14" features = ["schemars"] [dependencies.kube] version = "0.70" features = ["client"] optional = true default-features = false [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.9" features = ["time"] default-features = false [dev-dependencies.k8s-openapi] version = "0.14" features = ["v1_23"] [dev-dependencies.statehub-id] version = "0.1" [dev-dependencies.tokio] version = "1" features = ["full"] [features] capi = ["k8s-cluster-api"] default = ["rustls-tls"] native-tls = ["kube/native-tls"] openssl-tls = ["kube/openssl-tls"] runtime = ["kube/runtime"] rustls-tls = ["kube/rustls-tls"]