# 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 = "ziggy" version = "1.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A multi-fuzzer management utility for all of your Rust fuzzing needs 🧑‍🎤" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/srlabs/ziggy/" [lib] name = "ziggy" path = "src/lib.rs" [[bin]] name = "cargo-ziggy" path = "src/bin/cargo-ziggy/main.rs" [[test]] name = "arbitrary_fuzz" path = "tests/arbitrary_fuzz.rs" [[test]] name = "asan_fuzz" path = "tests/asan_fuzz.rs" [[test]] name = "url_fuzz" path = "tests/url_fuzz.rs" [dependencies.afl] version = "0.15.11" optional = true default-features = false [dependencies.anyhow] version = "1.0.83" optional = true [dependencies.cargo_metadata] version = "0.18.1" optional = true [dependencies.clap] version = "4.5.4" features = [ "cargo", "derive", "env", ] optional = true [dependencies.console] version = "0.15.8" optional = true [dependencies.env_logger] version = "0.11.3" optional = true [dependencies.fork] version = "0.1.23" optional = true [dependencies.glob] version = "0.3.1" optional = true [dependencies.honggfuzz] version = "0.5.56" optional = true [dependencies.libc] version = "0.2.153" optional = true [dependencies.log] version = "0.4.21" optional = true [dependencies.semver] version = "1.0.23" optional = true [dependencies.strip-ansi-escapes] version = "0.2.0" optional = true [dependencies.time-humanize] version = "0.1.3" optional = true [features] cli = [ "clap", "console", "glob", "semver", "anyhow", "log", "env_logger", "strip-ansi-escapes", "libc", "time-humanize", "cargo_metadata", ] coverage = [ "fork", "libc", ] default = ["cli"] [lints.clippy] needless_doctest_main = "allow"