Files
wasmtime/crates/fuzzing/Cargo.toml
2019-12-03 11:39:46 -08:00

26 lines
621 B
TOML

[package]
authors = ["The Wasmtime Project Developers"]
description = "Fuzzing infrastructure for Wasmtime"
edition = "2018"
name = "wasmtime-fuzzing"
publish = false
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.22"
arbitrary = "0.2.0"
binaryen = "0.8.2"
cranelift-codegen = "0.50.0"
cranelift-native = "0.50.0"
env_logger = { version = "0.7.1", optional = true }
log = "0.4.8"
wasmparser = "0.42.1"
wasmprinter = "0.2.0"
wasmtime = { path = "../api" }
wasmtime-jit = { path = "../jit" }
[dev-dependencies]
wat = "1.0"