# 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 = "wasmparser" version = "0.102.0" authors = ["Yury Delendik "] exclude = ["benches/*.wasm"] description = """ A simple event-driven library for parsing WebAssembly binary files. """ homepage = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser" readme = "README.md" keywords = [ "parser", "WebAssembly", "wasm", ] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser" [[bench]] name = "benchmark" harness = false [dependencies.indexmap] version = "1.9.1" [dependencies.url] version = "2.0.0" [dev-dependencies.anyhow] version = "1.0.58" [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.once_cell] version = "1.13.0" [dev-dependencies.rayon] version = "1.3" [dev-dependencies.wasm-encoder] version = "0.25.0"