# 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 = "peacock-fuzz" version = "0.2.4" build = false include = [ "/src", "/COPYING", "/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Library to parse context-free grammars and create grammar-based fuzzing tools" readme = "README.md" keywords = [ "fuzzing", "grammars", ] license = "GPL-3.0-only" repository = "https://github.com/z2-2z/peacock" [package.metadata.docs.rs] features = ["docs-rs"] rustc-args = [ "--cfg", "docsrs", ] [profile.release] lto = true codegen-units = 1 debug = 2 panic = "abort" [lib] name = "peacock_fuzz" path = "src/lib.rs" [[bin]] name = "peacock-compile" path = "src/bin/compile.rs" [[bin]] name = "peacock-dump" path = "src/bin/dump.rs" [[bin]] name = "peacock-fuzz" path = "src/bin/fuzz.rs" [[bin]] name = "peacock-gen" path = "src/bin/gen.rs" [[bin]] name = "peacock-merge" path = "src/bin/merge.rs" [dependencies.ahash] version = "0.8" features = [ "std", "compile-time-rng", ] default-features = false [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.itertools] version = "0.12" [dependencies.json_comments] version = "0.2" [dependencies.libafl] version = "0.13" [dependencies.libafl_bolts] version = "0.13" [dependencies.libloading] version = "0.8" [dependencies.nix] version = "0.29" [dependencies.petgraph] version = "0.6" [dependencies.postcard] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" features = [ "default", "preserve_order", ] [dependencies.thiserror] version = "1.0" [features] components = [] debug-codegen = [] default = ["components"] docs-rs = ["libafl/document-features"] static-loading = ["components"]