# 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 = "wasm-bridge-macros" version = "0.4.0" description = "Helper crate to define proc macros for wasm-bridge" readme = "README.md" keywords = [ "WASM", "wasmtime", "web", ] categories = [ "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/kajacx/wasm-bridge" [lib] proc-macro = true [dependencies.anyhow] version = "1.0" features = ["std"] default-features = false [dependencies.heck] version = "0.5" default-features = false [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.8" [dependencies.syn] version = "2.0.25" features = [ "extra-traits", "full", ] [dependencies.wasmtime-component-util] version = "19.0" default-features = false [dependencies.wasmtime-wit-bindgen] version = "19.0" default-features = false [dependencies.wit-parser] version = "0.201.0" [features] async = []