# 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 = "ingress-status-sync" version = "0.0.2" authors = ["John Simon "] description = "A controller for Kubernetes that syncs ingress status with a service" keywords = ["kubernetes", "k8s", "ingress"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/whatisaphone/ingress-status-sync" [profile.release] lto = true codegen-units = 1 [dependencies.gumdrop] version = "0.8.0" [dependencies.k8s-openapi] version = "0.11.0" features = ["v1_19"] default-features = false [dependencies.kube] version = "0.52.0" [dependencies.kube-runtime] version = "0.52.0" [dependencies.serde_json] version = "1.0.64" [dependencies.tokio] version = "1.5.0" features = ["macros", "rt-multi-thread"] [dependencies.tracing] version = "0.1.25" [dependencies.tracing-subscriber] version = "0.2.17" [features] strict = []