ziggy 1.7.0

A multi-fuzzer management utility for all of your Rust fuzzing needs 🧑‍🎤
Documentation
# 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 = "2024"
name = "ziggy"
version = "1.7.0"
build = false
autolib = 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/"

[features]
cli = [
    "anyhow",
    "cargo_metadata",
    "clap",
    "console",
    "glob",
    "indicatif",
    "libc",
    "rayon",
    "semver",
    "signal-hook",
    "strip-ansi-escapes",
    "target-triple",
    "tempfile",
    "time-humanize",
    "tokio",
    "twox-hash",
]
coverage = []
default = ["cli"]

[lib]
name = "ziggy"
path = "src/lib.rs"

[[bin]]
name = "cargo-ziggy"
path = "src/bin/cargo-ziggy/main.rs"
required-features = ["cli"]

[[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.17.1"
optional = true
default-features = false

[dependencies.anyhow]
version = "1.0.102"
optional = true

[dependencies.cargo_metadata]
version = "0.23.1"
optional = true

[dependencies.clap]
version = "4.6.0"
features = [
    "cargo",
    "derive",
    "env",
]
optional = true

[dependencies.console]
version = "0.16.3"
optional = true

[dependencies.glob]
version = "0.3.3"
optional = true

[dependencies.honggfuzz]
version = "0.5.60"
optional = true

[dependencies.indicatif]
version = "0.18.4"
optional = true

[dependencies.libc]
version = "0.2.183"
optional = true

[dependencies.rayon]
version = "1.11.0"
optional = true

[dependencies.semver]
version = "1.0.27"
optional = true

[dependencies.signal-hook]
version = "0.4.3"
optional = true

[dependencies.strip-ansi-escapes]
version = "0.2.1"
optional = true

[dependencies.target-triple]
version = "1.0.0"
optional = true

[dependencies.tempfile]
version = "3.27.0"
optional = true

[dependencies.time-humanize]
version = "0.1.3"
optional = true

[dependencies.tokio]
version = "1.50.0"
features = [
    "process",
    "rt",
    "time",
]
optional = true

[dependencies.twox-hash]
version = "2.1.2"
optional = true

[lints.clippy]
needless_doctest_main = "allow"