# 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 = "wasm-ast" version = "0.1.0" authors = ["Miguel D. Salcedo "] description = "A WebAssembly syntax model useful for generate, reading, and emitting WebAssembly code." homepage = "https://github.com/misalcedo/wasm-ast" documentation = "https://docs.rs/wasm-ast" license = "Apache-2.0" repository = "https://github.com/misalcedo/wasm-ast" resolver = "2" [dependencies.nom] version = "7" optional = true [dependencies.thiserror] version = "1" [dependencies.wat] version = "1" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.wasmtime] version = "0.30.0" [features] default = [] emitter = [] full = ["emitter", "text"] parser = ["nom"] text = ["parser", "wat"]