# 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 = "wacker-cli" version = "0.10.0" authors = ["Xinzhao Xu"] description = "wacker client" readme = "README.md" keywords = [ "webassembly", "wasm", "wasi", ] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/wacker-dev/wacker" [[bin]] name = "wacker" path = "src/main.rs" [dependencies.ahash] version = "0.8.11" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.once_cell] version = "1.19.0" [dependencies.tabled] version = "0.15.0" [dependencies.tokio] version = "1.38.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.tokio-stream] version = "0.1.14" features = ["net"] [dependencies.tonic] version = "0.12.1" features = [ "zstd", "gzip", ] [dependencies.wacker] version = "0.10.0"