# 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 = "afl" version = "0.15.11" authors = [ "Keegan McAllister ", "Corey Farwell ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Fuzzing Rust code with american-fuzzy-lop" homepage = "https://github.com/rust-fuzz/afl.rs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rust-fuzz/afl.rs" [lib] name = "afl" path = "src/lib.rs" [[example]] name = "arbitrary" path = "examples/arbitrary.rs" [[example]] name = "cfg" path = "examples/cfg.rs" [[example]] name = "cmplog" path = "examples/cmplog.rs" [[example]] name = "hello" path = "examples/hello.rs" [dependencies.libc] version = "0.2" [dependencies.rustc_version] version = "0.4" [dependencies.xdg] version = "2.5" [dev-dependencies.arbitrary] version = "1" features = ["derive"] [build-dependencies.home] version = "0.5" [features] no_cfg_fuzzing = [] [lints.clippy] disallowed-macros = "allow" missing-panics-doc = "allow" [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust.unexpected_cfgs] level = "deny" priority = 0 check-cfg = ["cfg(fuzzing)"]