# 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-syntax-text" version = "0.2.1" authors = ["rhysd "] include = [ "src/**/*.rs", "Cargo.toml", "README.md", ] description = "WebAssembly text format parser for wain project" homepage = "https://github.com/rhysd/wain/tree/master/wain-syntax-text" readme = "README.md" keywords = [ "wasm", "webassembly", "parser", "wat", ] categories = [ "wasm", "parser-implementations", ] license = "MIT" repository = "https://github.com/rhysd/wain" [package.metadata.release] consolidate-commits = false pre-release-commit-message = "release {{crate_name}} {{version}}" [dependencies.wain-ast] version = "0.2" [badges.maintenance] status = "actively-developed"