# 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 = "sk-api" version = "2.0.0" authors = ["Applied Computing Research Labs"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SimKube API definitions" documentation = "https://appliedcomputing.io/simkube/" readme = "README.md" license-file = "LICENSE" [lib] name = "sk_api" path = "src/lib.rs" [dependencies.clockabilly] version = "0.1.1" [dependencies.k8s-openapi] version = "0.23.0" features = ["v1_27"] [dependencies.kube] version = "0.97.0" features = [ "client", "derive", "runtime", "rustls-tls", "admission", "unstable-runtime", ] default-features = false [dependencies.schemars] version = "0.8.21" features = ["chrono"] [dependencies.serde] version = "1.0.215" [dependencies.serde_json] version = "1.0.132"