# 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 = "openkruise-rs" version = "0.0.1" authors = ["Lan Liang "] description = "openkruise api" readme = "README.md" keywords = [ "kubernetes", "openkruise", ] license = "Apache-2.0" repository = "https://github.com/liangyuanpeng/openkruise-rs" [dependencies.k8s-openapi] version = "0.19.0" features = ["v1_27"] [dependencies.kube] version = "^0.85.0" features = ["derive"] default-features = false [dependencies.schemars] version = "0.8.12" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.serde_yaml] version = "0.9.21" [dev-dependencies.anyhow] version = "1.0.71" [dev-dependencies.hyper] version = "0.14.26" [dev-dependencies.k8s-openapi] version = "0.19.0" features = ["v1_27"] [dev-dependencies.kube] version = "^0.85.0" [dev-dependencies.tokio] version = "1.28.1" features = ["macros"] [dev-dependencies.tower] version = "0.4.13" [dev-dependencies.uuid] version = "1.3.3" features = [ "v4", "fast-rng", ]