| [package] | |
| name = "derive_fuzz_example" | |
| version.workspace = true | |
| edition.workspace = true | |
| publish.workspace = true | |
| [package.metadata] | |
| cargo-fuzz = true | |
| [dependencies] | |
| arbitrary.workspace = true | |
| derive_fuzztest.workspace = true | |
| quickcheck.workspace = true | |
| [target.'cfg(fuzzing)'.dependencies] | |
| libfuzzer-sys.workspace = true |