# 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 = "wain-ast" version = "0.2.2" authors = ["rhysd "] include = [ "src/**/*.rs", "Cargo.toml", "README.md", ] description = "WebAssembly abstract syntax tree definition used by both binary format and text format for wain project" homepage = "https://github.com/rhysd/wain/tree/master/wain-ast" readme = "README.md" keywords = [ "wasm", "webassembly", "wat", "syntax-tree", ] categories = ["wasm"] license = "MIT" repository = "https://github.com/rhysd/wain" [dependencies] [badges.maintenance] status = "actively-developed"