bincode-orig/fuzz/Cargo.toml

34 lines
588 B
TOML

[package]
name = "bincode-fuzz"
version = "0.0.0"
authors = ["Automatically generated"]
publish = false
edition = "2018"
[package.metadata]
cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4"
bincodev1 = {package = "bincode", version = "1.3.3"}
serde = { version = "1.0.135", features = ["derive"] }
[dependencies.bincode]
path = ".."
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "roundtrip"
path = "fuzz_targets/roundtrip.rs"
test = false
doc = false
[[bin]]
name = "compat"
path = "fuzz_targets/compat.rs"
test = false
doc = false