# 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 = "butterfly-fuzz" version = "0.2.2" authors = ["Patrick D."] include = [ "src/*", "Cargo.toml", "README.md", ] description = "LibAFL components for stateful fuzzing" readme = "README.md" keywords = [ "libafl", "fuzzing", "security", "stateful", ] license = "MIT" repository = "https://github.com/fkie-cad/butterfly" resolver = "2" [package.metadata.docs.rs] all-features = true [lib] doctest = false [dependencies.ahash] version = "0.7" [dependencies.libafl] version = "0.8" [dependencies.pcap] version = "0.9" features = [] [dependencies.serde] version = "1.0" [features] default = [] docs-rs = ["pcap/docs-rs"] graphviz = [] safe_only = []