# 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.81" name = "wasm-proc" version = "1.6.2" authors = ["Gear Technologies"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Gear wasm processor" documentation = "https://docs.rs/wasm-proc" readme = "README.md" keywords = [ "gear", "cli", "wasm", ] categories = [ "command-line-interface", "command-line-utilities", "wasm", ] license = "GPL-3.0" [[bin]] name = "wasm-proc" path = "src/main.rs" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.env_logger] version = "0.10" [dependencies.gear-wasm-builder] version = "=1.6.2" default-features = false [dependencies.log] version = "0.4.22" default-features = false [dependencies.parity-wasm] version = "0.45.0" [features] default = ["wasm-opt"] wasm-opt = ["gear-wasm-builder/wasm-opt"]