# 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-opcodes" version = "0.115.1" include = [ "/Cargo.toml", "/LICENSE", "/README.md", "/src/**", "/tests/**", ] description = "A set of procedural enums useful for readabilty when implementing something over all wasm instructions." homepage = "https://github.com/LucentFlux/wasm-opcodes" readme = "README.md" keywords = [ "parser", "WebAssembly", "wasm", "utility", ] license = "MIT" repository = "https://github.com/LucentFlux/wasm-opcodes" [dependencies.paste] version = "1.0" [dependencies.wasmparser] version = "0.115.0"