# 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 = "k8s_apiserver" version = "0.1.4" authors = ["wuheng "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Kubernetes apiserver" readme = "README.md" keywords = [ "apiserver", "kubernetes", "k8s", ] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://gitee.com/iscas-system/apiserver" [lib] name = "k8s_apiserver" path = "src/lib.rs" [[bin]] name = "k8s_apiserver" path = "src/main.rs" [dependencies.actix-http] version = "3.9.0" [dependencies.actix-service] version = "2.0.2" [dependencies.actix-web] version = "4.9.0" [dependencies.async-trait] version = "0.1.83" [dependencies.env_logger] version = "0.11.5" [dependencies.jsonschema] version = "0.23.0" [dependencies.k8s-openapi] version = "0.23.0" features = ["latest"] [dependencies.schemars] version = "0.8.21" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.tokio] version = "1.40.0"