# 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 = "wat_parser" version = "0.1.0" authors = ["Pig Fang "] build = false exclude = ["/tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "WebAssembly Text Format concrete syntax tree parser." readme = "README.md" keywords = [ "wasm", "parser", ] categories = [ "parser-implementations", "text-processing", ] license = "MIT" repository = "https://github.com/g-plane/wasm-language-tools" [lib] name = "wat_parser" path = "src/lib.rs" [[example]] name = "debug_cst" path = "examples/debug_cst.rs" [dependencies.rowan] version = "0.15" [dependencies.wat_syntax] version = "0.1" [dependencies.winnow] version = "0.6" features = ["unstable-recover"] [dev-dependencies.codespan-reporting] version = "0.11" [dev-dependencies.insta] version = "1.39" features = [ "glob", "json", ] [dev-dependencies.similar-asserts] version = "1.6" [lints.clippy] dbg_macro = "warn"