# 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-ares" version = "0.1.0" authors = ["RyanSquared "] description = "ARES: Automatic REcord System - A DNS Operator for Kubernetes" homepage = "https://github.com/RyanSquared/k8s-ares" readme = "README.md" keywords = ["kubernetes", "dns"] license-file = "LICENSE" [dependencies.anyhow] version = "1.0.32" [dependencies.async-trait] version = "0.1.38" [dependencies.clap] version = "3.0.0-beta.1" [dependencies.futures] version = "0.3.5" [dependencies.k8s-openapi] version = "0.9.0" features = ["v1_18"] default-features = false [dependencies.kube] version = "0.40.0" [dependencies.kube-derive] version = "0.40.0" [dependencies.kube-runtime] version = "0.40.0" [dependencies.reqwest] version = "0.10.8" features = ["cookies", "json"] [dependencies.serde] version = "1.0.115" [dependencies.serde_json] version = "1.0.57" [dependencies.serde_yaml] version = "0.8.13" [dependencies.slog] version = "2.5.2" [dependencies.slog-async] version = "2.5.0" [dependencies.slog-term] version = "2.6.0" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.trait_enum] version = "0.5.0"