# 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] edition = "2018" name = "twasm-utils" version = "0.16.0" authors = ["Nikolay Volf ", "Sergey Pepyakin "] description = "Collection of command-line utilities and corresponding Rust api for producing twasm-compatible executables" homepage = "https://core.tetcoin.org" readme = "README.md" keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"] categories = ["cryptography::cryptocurrencies"] license = "MIT/Apache-2.0" repository = "https://github.com/tetcoin/twasm-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.24" optional = true [dependencies.env_logger] version = "0.5" optional = true [dependencies.glob] version = "0.2" optional = true [dependencies.lazy_static] version = "1.0" optional = true [dependencies.log] version = "0.4" default-features = false [dependencies.tetsy-wasm] version = "0.41.0" default-features = false [dev-dependencies.binaryen] version = "0.8" [dev-dependencies.diff] version = "0.1.11" [dev-dependencies.indoc] version = "0.3" [dev-dependencies.rand] version = "0.7" [dev-dependencies.tempdir] version = "0.3" [dev-dependencies.wabt] version = "0.10" [features] cli = ["std", "glob", "clap", "env_logger", "lazy_static"] default = ["std"] std = ["tetsy-wasm/std", "log/std", "byteorder/std"]