profuzz_common 0.1.0

profuzz_common is a collection of ready to use implementations for the different traits to be implemented to run profuzz_core.
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 = "profuzz_common"
version = "0.1.0"
authors = ["Tobias Müller <git@tsmr.eu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "profuzz_common is a collection of ready to use implementations for the different traits to be implemented to run profuzz_core."
homepage = "https://tsmr.eu/generic-protocol-fuzzer.html"
readme = "README.md"
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/otsmr/profuzz"

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

[dependencies.hex]
version = "0.4.3"

[dependencies.log]
version = "0.4.27"

[dependencies.pcap]
version = "2.2.0"

[dependencies.pnet]
version = "0.35.0"

[dependencies.pnet_layers]
version = "0.1.0"

[dependencies.profuzz_core]
version = "0.1.0"

[dependencies.rand]
version = "0.9.1"

[dependencies.rand_chacha]
version = "0.9.0"

[dependencies.serde]
version = "1.0.0"
features = ["derive"]

[dependencies.tokio]
version = "1.44.2"
features = ["full"]

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.pretty_env_logger]
version = "0.5.0"