pwasm-utils 0.1.0

Collection of command-line utilities and corresponding Rust api for producing pwasm-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 = "pwasm-utils"
version = "0.1.0"
authors = ["Nikolay Volf <nikvolf@gmail.com>", "Sergey Pepyakin <s.pepyakin@gmail.com>"]
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"
[dependencies.byteorder]
version = "1"

[dependencies.clap]
version = "2.24"

[dependencies.env_logger]
version = "0.4"

[dependencies.glob]
version = "0.2"

[dependencies.lazy_static]
version = "0.2"

[dependencies.log]
version = "0.3"

[dependencies.parity-wasm]
version = "0.27"
[dev-dependencies.diff]
version = "0.1.11"

[dev-dependencies.tempdir]
version = "0.3"

[dev-dependencies.wabt]
version = "0.2"