walrus 0.8.0

A library for performing WebAssembly transformations
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]
edition = "2018"
name = "walrus"
version = "0.8.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
description = "A library for performing WebAssembly transformations\n"
homepage = "https://github.com/rustwasm/walrus"
documentation = "https://docs.rs/walrus"
readme = "README.md"
categories = ["wasm"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/walrus"

[lib]
path = "src/lib.rs"
bench = false

[[bench]]
name = "benches"
path = "benches/benches.rs"
harness = false
[dependencies.failure]
version = "0.1.2"

[dependencies.id-arena]
version = "2.2.1"
features = ["rayon"]

[dependencies.leb128]
version = "0.2.3"

[dependencies.log]
version = "0.4"

[dependencies.rayon]
version = "1.0.3"

[dependencies.walrus-macro]
version = "=0.8.0"

[dependencies.wasmparser]
version = "0.30"
[dev-dependencies.criterion]
version = "0.2.11"

[dev-dependencies.env_logger]
version = "0.6"