test-fuzz-runtime 2.0.0

test-fuzz-runtime
Documentation
[package]
name = "test-fuzz-runtime"
version = "2.0.0"
edition = "2018"

description = "test-fuzz-runtime"

authors = ["Samuel E. Moelius III <sam@moeli.us>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/trailofbits/test-fuzz"

[dependencies]
bincode = { version = "1.3.3", optional = true }
hex = "0.4.3"
num-traits = "0.2.14"
serde = { version = "1.0.130", features = ["derive"] }
serde_cbor = { version = "0.11.2", optional = true }
sha-1 = "0.10.0"

internal = { path = "../internal", package = "test-fuzz-internal", version = "=2.0.0" }

[features]
__serde_bincode = ["bincode"]
__serde_cbor = ["serde_cbor"]