# 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 = "roperator" version = "0.3.0" authors = ["pfried "] exclude = ["docs/"] description = "Easily create Kubernetes Operators with Rust" documentation = "https://docs.rs/roperator" readme = "README.md" keywords = ["kubernetes", "k8s", "operator"] categories = ["api-bindings", "config"] license = "MIT OR Apache-2.0" repository = "https://github.com/psFried/roperator" [package.metadata.docs.rs] features = ["failable", "testkit"] [[example]] name = "temp-namespace" required-features = ["failable"] [[test]] name = "integration_tests" required-features = ["testkit"] [dependencies.anyhow] version = "1.0" [dependencies.backoff] version = "0.1.6" [dependencies.base64] version = "0.12" [dependencies.bytes] version = "1" [dependencies.dirs] version = "2.0" [dependencies.futures] version = "0.3" features = ["compat"] [dependencies.futures-util] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = ["client", "server", "http1", "http2", "stream"] [dependencies.hyper-openssl] version = "0.9" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4.8" [dependencies.openssl] version = "^0.10" [dependencies.prometheus] version = "0.8" [dependencies.regex] version = "1.3" [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 = "1" features = ["rt", "rt-multi-thread", "io-util", "time", "net"] [dependencies.tokio-stream] version = "0.1.5" features = ["net"] [dependencies.url] version = "2.1" [dependencies.urlencoding] version = "1.0" [dev-dependencies.chrono] version = "^0.4" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.k8s-openapi] version = "0.11" features = ["v1_20"] default-features = false [dev-dependencies.protobuf] version = "=2.14.0" [features] default = [] failable = [] test = [] testkit = [] [badges.maintenance] status = "actively-developed"