# 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 = "kopium" version = "0.20.1" authors = ["clux "] description = "kubernetes openapi unmangler" readme = "./README.md" keywords = [ "kubernetes", "openapi", ] categories = [ "command-line-utilities", "parsing", ] license = "Apache-2.0" repository = "https://github.com/kube-rs/kopium" [package.metadata.binstall] bin-dir = "kopium-{ target }/{ bin }{ format }" pkg-url = "{ repo }/releases/download/{ version }/kopium-{ target }{ archive-suffix }" [lib] name = "kopium" path = "src/lib.rs" [[bin]] name = "kopium" path = "src/main.rs" doc = false [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5" features = [ "cargo", "derive", ] [dependencies.clap_complete] version = "4.5" [dependencies.env_logger] version = "0.11.3" [dependencies.heck] version = "0.5.0" [dependencies.k8s-openapi] version = "0.22.0" features = ["latest"] [dependencies.kube] version = "0.91.0" features = ["derive"] [dependencies.libc] version = "0.2.155" [dependencies.log] version = "0.4.21" [dependencies.quote] version = "1.0.36" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_yaml] version = "0.9.34" [dependencies.syn] version = "2.0.66" [dependencies.tokio] version = "1.37.0" features = ["full"] [dev-dependencies.k8s-openapi] version = "0.22.0" features = [ "latest", "schemars", ] [dev-dependencies.schemars] version = "0.8.21" [dev-dependencies.typed-builder] version = "0.18.2"