# 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-driver" version = "1.1.1" authors = ["Applied Computing Research Labs"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SimKube simulation runner job" documentation = "https://appliedcomputing.io/simkube/" readme = "README.md" license-file = "LICENSE" [[bin]] name = "sk-driver" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" features = ["backtrace"] [dependencies.clap] version = "4.3.21" features = [ "cargo", "derive", "string", ] [dependencies.clockabilly] version = "0.1.0" [dependencies.either] version = "1.12.0" [dependencies.json-patch] version = "1.2.0" [dependencies.k8s-openapi] version = "0.19.0" features = ["v1_27"] [dependencies.kube] version = "0.85.0" features = [ "client", "derive", "runtime", "rustls-tls", "admission", "unstable-runtime", ] default-features = false [dependencies.rocket] version = "0.5.0" features = [ "json", "tls", ] [dependencies.serde_json] version = "1.0.105" [dependencies.sk-api] version = "1.1.1" [dependencies.sk-core] version = "1.1.1" [dependencies.sk-store] version = "1.1.1" [dependencies.thiserror] version = "1.0.46" [dependencies.tokio] version = "1.28.2" features = [ "io-util", "macros", "process", "rt-multi-thread", "signal", ] [dependencies.tracing] version = "0.1.37" [features] testutils = []