# 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 = "wasmrs-request" version = "0.15.0" description = "Make a request to a wasmRS .wasm file." license = "Apache-2.0" repository = "https://github.com/wasmrs/wasmrs-rust" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0.9" features = ["derive"] [dependencies.env_logger] version = "0.10.0" default-features = false [dependencies.futures] version = "0.3" default-features = false [dependencies.serde_json] version = "1.0.85" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.wasmrs] version = "0.17.0" features = ["record-frames"] [dependencies.wasmrs-codec] version = "0.17.0" [dependencies.wasmrs-host] version = "0.17.0" [dependencies.wasmrs-rx] version = "0.17.0" [dependencies.wasmrs-wasmtime] version = "0.17.0"