test-fuzz-runtime 5.1.0

test-fuzz-runtime
Documentation
[dependencies.hex]
version = "0.4"

[dependencies.internal]
package = "test-fuzz-internal"
version = "=5.1.0"

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.sha1]
version = "0.10"
[lints.clippy]
cognitive-complexity = "allow"
collection-is-never-read = "allow"
missing-errors-doc = "allow"
missing-panics-doc = "allow"
multiple-bound-locations = "allow"
option-if-let-else = "allow"
redundant-pub-crate = "allow"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[package]
authors = ["Samuel E. Moelius III <sam@moeli.us>"]
description = "test-fuzz-runtime"
edition = "2021"
license = "AGPL-3.0 WITH mif-exception"
name = "test-fuzz-runtime"
readme = "README.md"
repository = "https://github.com/trailofbits/test-fuzz"
version = "5.1.0"