# 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 = "gear-pwasm-utils" version = "0.19.0" authors = [ "Nikolay Volf ", "Sergey Pepyakin ", ] include = [ "src/**/*", "LICENSE-*", "README.md", "cli/**/*", ] description = "Collection of command-line utilities and corresponding Rust api for producing pwasm-compatible executables" readme = "README.md" keywords = [ "wasm", "webassembly", "pwasm", ] license = "MIT/Apache-2.0" repository = "https://github.com/paritytech/wasm-utils" [[bin]] name = "wasm-prune" path = "cli/prune/main.rs" required-features = ["cli"] [[bin]] name = "wasm-ext" path = "cli/ext/main.rs" required-features = ["cli"] [[bin]] name = "wasm-gas" path = "cli/gas/main.rs" required-features = ["cli"] [[bin]] name = "wasm-build" path = "cli/build/main.rs" required-features = ["cli"] [[bin]] name = "wasm-stack-height" path = "cli/stack_height/main.rs" required-features = ["cli"] [[bin]] name = "wasm-pack" path = "cli/pack/main.rs" required-features = ["cli"] [[bin]] name = "wasm-check" path = "cli/check/main.rs" required-features = ["cli"] [dependencies.byteorder] version = "1" default-features = false [dependencies.clap] version = "2" optional = true [dependencies.env_logger] version = "0.9" optional = true [dependencies.glob] version = "0.3" optional = true [dependencies.lazy_static] version = "1" optional = true [dependencies.log] version = "0.4" default-features = false [dependencies.parity-wasm] version = "0.45" default-features = false package = "gear-wasm" [dev-dependencies.binaryen] version = "0.12" [dev-dependencies.diff] version = "0.1" [dev-dependencies.indoc] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tempdir] version = "0.3" [dev-dependencies.wabt] version = "0.10" [features] cli = [ "std", "glob", "clap", "env_logger", "lazy_static", ] default = ["std"] sign_ext = ["parity-wasm/sign_ext"] std = [ "parity-wasm/std", "log/std", "byteorder/std", ]