# 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.65.0" name = "gwasm-instrument" version = "0.3.0" authors = ["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 [[bench]] name = "benches" path = "benches/benches.rs" harness = false [dependencies.parity-wasm] version = "0.45.1" default-features = false package = "gear-wasm" [dev-dependencies.binaryen] version = "0.12" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.diff] version = "0.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.wasmparser] version = "0.90" [dev-dependencies.wasmprinter] version = "0.2" [dev-dependencies.wat] version = "1" [features] default = ["std"] sign_ext = ["parity-wasm/sign_ext"] std = ["parity-wasm/std"]