# 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" rust-version = "1.58.0" name = "witgen_macro_helper" version = "0.15.0" authors = ["Benjamin Coenen "] description = "Macros helpers 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_macro_helper" readme = "README.md" keywords = [ "webassembly", "generate", "cargo", "wasm", ] license-file = "LICENSE" repository = "https://github.com/bnjjj/witgen" resolver = "2" [dependencies.anyhow] version = "1.0.51" [dependencies.heck] version = "0.4.0" [dependencies.proc-macro2] version = "1.0.32" features = ["span-locations"] [dependencies.quote] version = "1.0.10" [dependencies.syn] version = "1.0.82" features = [ "full", "extra-traits", "visit-mut", ] [dependencies.syn-file-expand] version = "0.2.0" [dependencies.wit-parser] version = "0.2.0" package = "aha-wit-parser"