# 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" rust-version = "1.56.1" name = "radix-wasm-instrument" version = "1.0.0" authors = [ "Ɓukasz Rubaszewski ", "Parity Technologies ", ] include = [ "src/**/*", "LICENSE-*", "README.md", ] description = "Instrument and transform wasm modules." readme = "README.md" keywords = [ "wasm", "webassembly", "blockchain", "gas-metering", "parity", ] categories = [ "wasm", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/paritytech/wasm-instrument" [profile.bench] lto = "fat" codegen-units = 1 [lib] bench = false [[bench]] name = "instrumentation" path = "benches/instrumentation.rs" harness = false [[bench]] name = "execution" path = "benches/execution.rs" harness = false [dependencies.anyhow] version = "1.0.71" [dependencies.paste] version = "1.0.12" [dependencies.wasm-encoder] version = "0.29.0" [dependencies.wasmparser] version = "0.107.0" default-features = false [dependencies.wasmprinter] version = "0.2.59" [dev-dependencies.binaryen] version = "0.12" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.diff] version = "0.1" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.wabt] version = "0.10.0" [dev-dependencies.wasmi] version = "0.29" [dev-dependencies.wat] version = "1.0.66" [features] default = ["std"] ignore_custom_section = [] std = []