# 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 = "wasmy-abi" version = "0.5.6" authors = ["henrylee2cn "] description = "ABI of wasmy (easily customize my wasm app)" readme = "../README.md" keywords = [ "wasm", "webassembly", "wasm-app", ] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/henrylee2cn/wasmy" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.protobuf] version = "2" features = ["with-bytes"] [dependencies.wasmy-macros] version = "0.5.6" [build-dependencies.protoc-rust] version = "2.0" [target."cfg(not(target_family=\"wasm\"))".dependencies.wasmer] version = "2.0.0" [target."cfg(not(target_family=\"wasm\"))".dependencies.wasmer-wasi] version = "2.0.0"