# 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 = "fazi" version = "0.1.3" description = "A drop-in replacement for libFuzzer" documentation = "https://docs.rs/fazi" readme = "README.md" keywords = ["fuzzing", "libfuzzer"] license = "MIT OR Apache-2.0" resolver = "2" [lib] crate-type = ["rlib", "staticlib", "cdylib"] [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.hex] version = "0.4" [dependencies.libc] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.signal-hook] version = "0.3" [features] default = ["main_entrypoint"] main_entrypoint = []