owasm-utils-cli 0.6.1

Collection of command-line utilities and corresponding Rust API for producing owasm-compatible executables
Documentation
# 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 = "owasm-utils-cli"
version = "0.6.1"
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>", "Oasis Labs <info@oasislabs.com>"]
description = "Collection of command-line utilities and corresponding Rust API for producing owasm-compatible executables"
homepage = "https://github.com/oasislabs/owasm-utils"
documentation = "https://docs.rs/crate/owasm-utils-cli"
readme = "README.md"
keywords = ["wasm", "webassembly", "owasm"]
license = "MIT/Apache-2.0"
repository = "https://github.com/oasislabs/owasm-utils"

[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.owasm-utils]
version = "0.6"

[dependencies.parity-wasm]
version = "0.31.3"
default-features = false
[dev-dependencies.tempdir]
version = "0.3"