# 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 = "cargo-test-fuzz" version = "7.0.1" authors = ["Samuel E. Moelius III "] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "cargo-test-fuzz" description = "cargo-test-fuzz" readme = "README.md" license = "AGPL-3.0 WITH mif-exception" repository = "https://github.com/trailofbits/test-fuzz" [package.metadata.cargo-udeps.ignore] development = ["xshell"] [lib] name = "cargo_test_fuzz" path = "src/lib.rs" doctest = false [[bin]] name = "cargo-test-fuzz" path = "src/bin/cargo_test_fuzz/main.rs" [[test]] name = "install" path = "tests/install.rs" required-features = ["test-install"] [[test]] name = "integration" path = "tests/integration/main.rs" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.bitflags] version = "2.6" [dependencies.cargo_metadata] version = "0.19" [dependencies.clap] version = "4.5" features = [ "cargo", "derive", "wrap_help", ] [dependencies.env_logger] version = "0.11" [dependencies.heck] version = "0.5" [dependencies.internal] version = "=7.0.1" package = "test-fuzz-internal" [dependencies.log] version = "0.4" [dependencies.mio] version = "1.0" features = [ "os-ext", "os-poll", ] [dependencies.num_cpus] version = "1.16" [dependencies.remain] version = "0.2" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.strum_macros] version = "0.26" [dependencies.subprocess] version = "0.2" [dependencies.test-fuzz] version = "=7.0.1" [dev-dependencies.predicates] version = "3.1" [dev-dependencies.rlimit] version = "0.10" [dev-dependencies.tempfile] version = "3.14" [dev-dependencies.walkdir] version = "2.5" [dev-dependencies.xshell] version = "0.2" [features] test-install = [] [lints.clippy] cognitive-complexity = "allow" collection-is-never-read = "allow" manual-unwrap-or-default = "allow" missing-errors-doc = "allow" missing-panics-doc = "allow" multiple-bound-locations = "allow" option-if-let-else = "allow" redundant-pub-crate = "allow" [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust.unexpected_cfgs] level = "deny" priority = 0 check-cfg = [ "cfg(dylint_lib, values(any()))", "cfg(fuzzing)", "cfg(serde_default)", ]