# 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 = "2018" rust-version = "1.76.0" name = "cargo-bolero" version = "0.11.2" authors = ["Cameron Bytheway "] description = "cargo command for running bolero fuzz tests" homepage = "https://github.com/camshaft/bolero" readme = "README.md" keywords = [ "testing", "quickcheck", "property", "fuzz", "fuzzing", ] license = "MIT" repository = "https://github.com/camshaft/bolero" resolver = "2" [[test]] name = "fuzz_bytes" path = "tests/fuzz_bytes/fuzz_target.rs" harness = false [[test]] name = "fuzz_generator" path = "tests/fuzz_generator/fuzz_target.rs" harness = false [[test]] name = "fuzz_harnessed" path = "tests/fuzz_harnessed/fuzz_target.rs" harness = true [dependencies.anyhow] version = "1.0" [dependencies.bit-set] version = "0.5" [dependencies.bolero-afl] version = "0.11" features = ["bin"] optional = true default-features = false [dependencies.bolero-honggfuzz] version = "0.11" features = ["bin"] optional = true default-features = false [dependencies.cargo_metadata] version = "0.18" [dependencies.humantime] version = "2" [dependencies.lazy_static] version = "1" [dependencies.rustc_version] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.tar] version = "0.4" [dependencies.tempfile] version = "3" [dev-dependencies.bolero] version = "0.11" [features] afl = ["bolero-afl"] default = [ "afl", "libfuzzer", "kani", ] honggfuzz = ["bolero-honggfuzz"] kani = [] libfuzzer = []