# 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 = "wark" version = "0.2.6" build = "build.rs" description = "WebAssembly RunKit." homepage = "https://github.com/wasm-oj/wark" readme = "README.md" keywords = [ "wasm", "wasm-oj", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/wasm-oj/wark" [lib] name = "wark" path = "src/lib.rs" [[bin]] name = "wark" path = "src/main.rs" [dependencies.async-compression] version = "0.4.0" features = [ "tokio", "gzip", ] [dependencies.async-trait] version = "0.1.68" [dependencies.base64] version = "0.21.0" [dependencies.clap] version = "4.2.7" features = [ "derive", "string", ] [dependencies.http-cache-reqwest] version = "0.9.0" features = [ "manager-cacache", "manager-moka", ] [dependencies.jsonwebtoken] version = "8.3.0" [dependencies.reqwest] version = "0.11.18" features = [ "rustls", "tokio-rustls", "json", ] default-features = false [dependencies.reqwest-middleware] version = "0.2.2" [dependencies.rocket] version = "0.5.0-rc.3" features = ["json"] [dependencies.serde] version = "1.0.163" [dependencies.serde_json] version = "1.0.96" [dependencies.sha256] version = "1.1.3" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.wasmer] version = "3.3.0" [dependencies.wasmer-types] version = "3.3.0" [dependencies.wasmer-wasix] version = "0.4.0" [build-dependencies.vergen] version = "8.1.3" features = [ "build", "cargo", "git", "gitcl", "rustc", "si", ]