waffle 0.3.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.3.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]
cli = [
    "dep:structopt",
    "dep:env_logger",
]
default = []
dwarf = ["dep:addr2line"]
fuzzing = [
    "libfuzzer-sys",
    "wasm-smith",
]
parallel = ["dep:rayon"]

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

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

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

[dependencies.addr2line]
version = "0.21"
optional = true

[dependencies.anyhow]
version = "1.0"

[dependencies.env_logger]
version = "0.11"
optional = true

[dependencies.fxhash]
version = "0.2"

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

[dependencies.log]
version = "0.4"

[dependencies.rayon]
version = "1.10"
optional = true

[dependencies.smallvec]
version = "1.13"

[dependencies.structopt]
version = "0.3"
optional = true

[dependencies.wasm-encoder]
version = "0.248"
default-features = false

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

[dependencies.wasmparser]
version = "0.248"
features = [
    "std",
    "validate",
    "simd",
]
default-features = false

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

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