test-fuzz-runtime 0.1.0

test-fuzz-runtime
Documentation
[package]
name = "test-fuzz-runtime"
version = "0.1.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.128", features = ["derive"] }
serde_cbor = { version = "0.11.2", optional = true }
sha-1 = "0.9.7"

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

[features]
default = []
serde_bincode = ["bincode"]
# serde_cbor is implicit.