# 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 = "k8s-sync" version = "0.2.3" authors = ["Benoit Petit "] description = "Minimalistic, synchronous, read-only client for kubernetes cluster API, from a node, through local api server endpoint" homepage = "https://github.com/bpetit/rs-k8s-sync" documentation = "https://docs.rs/k8s-sync" readme = "README.md" keywords = ["kubernetes", "k8s", "containers"] license = "Apache-2.0" repository = "https://github.com/bpetit/rs-k8s-sync" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4.19" [dependencies.dirs] version = "3.0.2" [dependencies.http] version = "0.2.4" [dependencies.isahc] version = "1.4.0" features = ["default", "json"] [dependencies.k8s-openapi] version = "0.13.0" features = ["v1_21"] [dependencies.openssl] version = "0.10.35" [dependencies.serde] version = "1.0.127" features = ["derive"] [dependencies.serde_yaml] version = "0.8.17" [dependencies.tempfile] version = "3.2.0" [dependencies.url] version = "2.2.2"