# 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-macro" version = "7.0.1" authors = ["Samuel E. Moelius III "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "test-fuzz-macro" readme = "README.md" license = "AGPL-3.0 WITH mif-exception" repository = "https://github.com/trailofbits/test-fuzz" [lib] name = "test_fuzz_macro" path = "src/lib.rs" proc-macro = true [dependencies.darling] version = "0.20" [dependencies.heck] version = "0.5" [dependencies.itertools] version = "0.13" [dependencies.once_cell] version = "1.20" [dependencies.prettyplease] version = "0.2" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "full", "parsing", "visit", "visit-mut", ] [features] __cast_checks = [] __persistent = [] [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)", ]