# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "kube-event-exporter" version = "1.0.0" authors = ["Jens Walter "] description = "Watches for kubernetes events and prints them to the console." documentation = "https://docs.rs/kube-event-exporter" readme = "README.md" keywords = ["kubernetes"] license = "Apache-2.0" repository = "https://github.com/JensWalter/kube-event-exporter/" [dependencies.chrono] version = "0.4" [dependencies.env-var] version = "1" [dependencies.futures] version = "0.3" [dependencies.k8s-openapi] version = "0.16.0" features = ["v1_21"] default-features = false [dependencies.kube] version = "0.77" [dependencies.kube-runtime] version = "0.77" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"]