# 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 = "proa" version = "0.1.2" authors = ["IronCore Labs "] description = "Manage Kubernetes sidecar container lifecycle." readme = "README.md" keywords = [ "kubernetes", "sidecar", ] categories = ["virtualization"] license = "MIT" repository = "https://github.com/IronCoreLabs/proa" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.3" features = [ "cargo", "derive", ] [dependencies.futures] version = "0.3" [dependencies.gethostname] version = "0.4" [dependencies.k8s-openapi] version = "0.18" features = ["v1_26"] [dependencies.kube] version = "0.82" features = [ "client", "runtime", ] [dependencies.nix] version = "0.26" optional = true [dependencies.pin-project] version = "1.1" [dependencies.reqwest] version = "0.11" [dependencies.sysinfo] version = "0.29" optional = true [dependencies.tokio] version = "1.28" features = ["full"] [dependencies.tokio-stream] version = "0.1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["json"] [dev-dependencies.json] version = "0.12" [dev-dependencies.serde_json] version = "1.0" [features] kill = [ "dep:sysinfo", "dep:nix", ]