# 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 = "fvm-wasm-instrument" version = "0.4.0" authors = [ "Parity Technologies ", "Protocol Labs", "Filecoin Core Devs", ] include = [ "src/**/*", "LICENSE-*", "README.md", ] description = "Instrument and transform wasm modules." readme = "README.md" keywords = [ "wasm", "blockchain", "gas-metering", "fvm", "filecoin", ] categories = [ "wasm", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/filecoin-project/fvm-wasm-instrument" resolver = "2" [profile.bench] lto = "fat" codegen-units = 1 [[bench]] name = "benches" path = "benches/benches.rs" harness = false [dependencies.anyhow] version = "1.0.65" [dependencies.wasm-encoder] version = "0.20.0" [dependencies.wasmparser] version = "0.95.0" [dependencies.wasmprinter] version = "0.2" [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.wat] version = "1" [features] default = ["std"] std = []