# 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 = "kube2compose" version = "0.1.0" description = "A simple tool to convert a subset of Kubernetes resource definitions to Docker compose" readme = "README.md" license = "MIT" repository = "https://github.com/geropl/kube2compose" [profile.dist] debug = true split-debuginfo = "packed" inherits = "release" [dependencies.anyhow] version = "1.0.68" [dependencies.docker-compose-types] version = "0.4.0" [dependencies.indexmap] version = "1.9.2" [dependencies.k8s-openapi] version = "0.17.0" features = ["v1_26"] [dependencies.kube] version = "0.78.0" features = [ "runtime", "derive", ] [dependencies.serde_yaml] version = "0.9.17" [dependencies.tokio] version = "1.14.0" features = [ "time", "signal", "sync", "macros", "rt-multi-thread", ]