# 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 = "wasmesh-proto" version = "0.2.0" authors = ["henrylee2cn "] description = "wasmesh(WebAssembly Service Mesh) protocol definition" keywords = [ "wasm", "webassembly", "servicemesh", "faas", "web", ] categories = [ "wasm", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/henrylee2cn/wasmesh" resolver = "2" [dependencies.bytes] version = "1.0" [dependencies.hyper] version = "0.14.9" features = ["full"] [dependencies.protobuf] version = "2" features = ["with-bytes"] [dependencies.wasmy-abi] version = "0.2.2" [build-dependencies.protoc-rust] version = "2.0"