# 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 = "wit-bindgen-wrpc" version = "0.9.0" authors = [ "Roman Volosatovs ", "Alex Crichton ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Rust bindings generator for wRPC. """ homepage = "https://github.com/bytecodealliance/wrpc" readme = "README.md" categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wrpc" [lib] name = "wit_bindgen_wrpc" path = "src/lib.rs" [dependencies.anyhow] version = "1" features = ["std"] default-features = false [dependencies.bitflags] version = "2" default-features = false [dependencies.bytes] version = "1" default-features = false [dependencies.futures] version = "0.3" default-features = false [dependencies.tokio] version = "1" features = [ "macros", "rt", ] default-features = false [dependencies.tokio-util] version = "0.7" features = ["codec"] default-features = false [dependencies.tracing] version = "0.1" default-features = false [dependencies.wasm-tokio] version = "0.6" default-features = false [dependencies.wit-bindgen-wrpc-rust-macro] version = "0.9" default-features = false [dependencies.wrpc-transport] version = "0.28.3" default-features = false