test-fuzz-runtime 7.0.2

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

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

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

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

[dependencies.sha1]
version = "0.10"

[lib]
name = "test_fuzz_runtime"
path = "src/lib.rs"

[lints.clippy]
cognitive-complexity = "allow"
collection-is-never-read = "allow"
manual-unwrap-or-default = "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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(dylint_lib, values(any()))", "cfg(fuzzing)", "cfg(serde_default)"]
level = "deny"
priority = 0

[package]
authors = ["Samuel E. Moelius III <sam@moeli.us>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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 = "7.0.2"