# 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 = "cluster-api-rs" version = "1.8.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Cluster API structures generated by kopium from upstream CRDs" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "cluster_api_rs" path = "src/lib.rs" [dependencies.k8s-openapi] version = "0.23.0" features = [ "schemars", "latest", ] [dependencies.kube] version = "0.95.0" features = ["derive"] [dependencies.schemars] version = "0.8.21" [dependencies.serde] version = "1.0.204" [dependencies.serde_json] version = "1.0.122"