# 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.8" authors = [ "Keegan McAllister ", "Corey Farwell ", ] 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" [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] level = "allow" priority = -1