# 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) cargo-features = ["edition"] [package] edition = "2018" name = "keel" version = "0.0.1" authors = ["Angus Lees ", "Aaron Friel "] description = "A Kubernetes client library for Rust" readme = "README.md" keywords = ["kubernetes"] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/aaronfriel/keel" [[example]] name = "client-watch" edition = "2018" [dependencies.base64] version = "0.9" [dependencies.bytes] version = "^0.4.9" [dependencies.dirs] version = "^1.0.3" [dependencies.failure] version = "0.1.1" [dependencies.futures] version = "0.1.23" [dependencies.http] version = "^0.1.0" [dependencies.hyper] version = "^0.12.8" [dependencies.hyper-tls] version = "0.3" [dependencies.k8s-openapi] version = "^0.2.0" [dependencies.log] version = "0.4" [dependencies.native-tls] version = "0.2" [dependencies.openssl] version = "0.10" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.5" [dependencies.serde_yaml] version = "0.7" [dependencies.tokio] version = "0.1.7" [dependencies.tokio-core] version = "0.1.17" [dependencies.url] version = "1.6" [dev-dependencies.pretty_env_logger] version = "0.2" [dev-dependencies.serde_test] version = "1.0" [features] default = ["k8s-openapi/v1_11"] [badges.maintenance] status = "actively-developed,experimental"