# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "test-fuzz-runtime" version = "7.0.1" authors = ["Samuel E. Moelius III "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "test-fuzz-runtime" readme = "README.md" license = "AGPL-3.0 WITH mif-exception" repository = "https://github.com/trailofbits/test-fuzz" [lib] name = "test_fuzz_runtime" path = "src/lib.rs" [dependencies.hex] version = "0.4" [dependencies.internal] version = "=7.0.1" package = "test-fuzz-internal" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.sha1] version = "0.10" [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] level = "deny" priority = 0 check-cfg = [ "cfg(dylint_lib, values(any()))", "cfg(fuzzing)", "cfg(serde_default)", ]