# 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 = "openshift-openapi" version = "0.3.1" authors = ["Jens Reimann "] description = "Bindings for the OpenShift client API" readme = "README.md" keywords = ["client", "kubernetes", "k8s", "openshift", "http"] categories = ["api-bindings", "web-programming::http-client"] license = "Apache-2.0" repository = "https://github.com/ctron/openshift-openapi" [package.metadata.docs.rs] features = ["v4_5"] [dependencies.base64] version = "0.12" [dependencies.bytes] version = "0.5" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.http] version = "0.2" optional = true [dependencies.k8s-openapi] version = "0.11" [dependencies.percent-encoding] version = "2" optional = true [dependencies.serde] version = "1" [dependencies.serde-value] version = "0.7" [dependencies.serde_json] version = "1" [dependencies.url] version = "2" optional = true [features] api = ["http", "percent-encoding", "url"] default = ["api"] v4_2 = ["k8s-openapi/v1_15"] v4_3 = ["k8s-openapi/v1_16"] v4_4 = ["k8s-openapi/v1_17"] v4_5 = ["k8s-openapi/v1_18"]