profuzz_core 0.1.0

profuzz is a generic approach to easily create a fast and easy-to use network protocol fuzzer for custom targets.
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_core"
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 is a generic approach to easily create a fast and easy-to use network protocol fuzzer for custom targets."
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_core"
path = "src/lib.rs"

[dependencies.clap]
version = "4.5.31"
features = ["derive"]

[dependencies.crossterm]
version = "0.29.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.num]
version = "0.4.3"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rand]
version = "0.9.1"
features = ["thread_rng"]

[dependencies.rand_chacha]
version = "0.9.0"

[dependencies.ratatui]
version = "0.29.0"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha1]
version = "0.10.6"

[dependencies.thiserror]
version = "2.0.12"

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

[dependencies.tracing]
version = "0.1.41"
features = []

[dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]

[dependencies.tui-logger]
version = "0.17.2"
features = ["tracing-support"]