# 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 = "witgen_macro" version = "0.15.0" authors = ["Benjamin Coenen "] description = "Macros for witgen which is a library to help you generate wit definitions in a wit file for WebAssembly" homepage = "https://github.com/bnjjj/witgen" documentation = "https://docs.rs/witgen" readme = "README.md" keywords = [ "webassembly", "generate", "cargo", "wasm", ] license-file = "LICENSE" repository = "https://github.com/bnjjj/witgen" resolver = "2" [lib] proc-macro = true [dependencies.anyhow] version = "1.0.51" [dependencies.once_cell] version = "1.8.0" [dependencies.proc-macro2] version = "1.0.32" features = ["span-locations"] [dependencies.quote] version = "1" [dependencies.syn] version = "1.0.82" features = [ "full", "extra-traits", ] [dependencies.witgen_macro_helper] version = "0.15"