# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "twasm-utils-cli" version = "0.6.0" authors = ["Nikolay Volf ", "Sergey Pepyakin "] 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" [lib] [[bin]] name = "wasm-prune" path = "prune/main.rs" [[bin]] name = "wasm-ext" path = "ext/main.rs" [[bin]] name = "wasm-gas" path = "gas/main.rs" [[bin]] name = "wasm-build" path = "build/main.rs" [[bin]] name = "wasm-stack-height" path = "stack_height/main.rs" [[bin]] name = "wasm-pack" path = "pack/main.rs" [[bin]] name = "wasm-check" path = "check/main.rs" [dependencies.clap] version = "2.24" [dependencies.env_logger] version = "0.5" [dependencies.glob] version = "0.2" [dependencies.lazy_static] version = "1.0" [dependencies.log] version = "0.4" [dependencies.tetsy-wasm] version = "0.31.1" [dependencies.twasm-utils] version = "0.6.1" [dev-dependencies.tempdir] version = "0.3"