# 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 = "freezer" version = "1.0.0" description = "A tool to download resources from a Kubernetes cluster to then be ingested by IceKube" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/WithSecureLabs/freezer" [dependencies.anyhow] version = "1.0.76" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.http] version = "0.2.11" [dependencies.k8s-openapi] version = "0.20.0" features = ["latest"] [dependencies.kube] version = "0.87.2" features = [ "runtime", "derive", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.tokio] version = "1.35.1" features = ["full"]