waffle 0.2.0

Wasm Analysis Framework For Lightweight Experiments
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "waffle"
version = "0.2.0"
authors = ["Chris Fallin <chris@cfallin.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wasm Analysis Framework For Lightweight Experiments"
readme = "README.md"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/waffle"

[features]
default = []
fuzzing = [
    "libfuzzer-sys",
    "wasm-smith",
]

[lib]
name = "waffle"
path = "src/lib.rs"

[[bin]]
name = "waffle-util"
path = "src/bin/waffle-util.rs"

[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"

[dependencies.addr2line]
version = "0.21"

[dependencies.anyhow]
version = "1.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.fxhash]
version = "0.2"

[dependencies.lazy_static]
version = "1.4"

[dependencies.libc]
version = "0.2"

[dependencies.libfuzzer-sys]
version = "0.4.7"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.rayon]
version = "1.10"

[dependencies.smallvec]
version = "1.13"

[dependencies.structopt]
version = "0.3"

[dependencies.wasm-encoder]
version = "0.212"

[dependencies.wasm-smith]
version = "0.202"
optional = true

[dependencies.wasmparser]
version = "0.212"

[dev-dependencies.wat]
version = "1.212.0"