# 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 = "token-review" version = "0.3.0" description = "Kubernetes TokenReview API with cache" license = "MIT" repository = "https://github.com/Hakuyume/token-review-rs" [package.metadata.docs.rs] features = ["v1_29"] [dependencies.base64] version = "0.22" [dependencies.chrono] version = "0.4" [dependencies.k8s-openapi] version = "0.21" [dependencies.kube] version = "0.89" features = ["client"] default-features = false [dependencies.ref-cast] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["sync"] [dependencies.tower] version = "0.4" [features] default = ["rustls-tls"] openssl-tls = ["kube/openssl-tls"] rustls-tls = ["kube/rustls-tls"] v1_24 = ["k8s-openapi/v1_24"] v1_25 = ["k8s-openapi/v1_25"] v1_26 = ["k8s-openapi/v1_26"] v1_27 = ["k8s-openapi/v1_27"] v1_28 = ["k8s-openapi/v1_28"] v1_29 = ["k8s-openapi/v1_29"]