uufuzz 0.7.0

uutils ~ 'core' uutils fuzzing library
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"
rust-version = "1.88.0"
name = "uufuzz"
version = "0.7.0"
authors = ["uutils developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "uutils ~ 'core' uutils fuzzing library"
readme = "README.md"
license = "MIT"
repository = "https://github.com/uutils/coreutils/tree/main/fuzz/uufuzz"

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

[[example]]
name = "basic_echo"
path = "examples/basic_echo.rs"

[[example]]
name = "fuzzing_simulation"
path = "examples/fuzzing_simulation.rs"

[[example]]
name = "integration_testing"
path = "examples/integration_testing.rs"

[[example]]
name = "pipe_input"
path = "examples/pipe_input.rs"

[[example]]
name = "simple_integration"
path = "examples/simple_integration.rs"

[dependencies.console]
version = "0.16.0"

[dependencies.libc]
version = "0.2.153"

[dependencies.rand]
version = "0.9.0"
features = ["small_rng"]

[dependencies.similar]
version = "2.5.0"

[dependencies.tempfile]
version = "3.15.0"

[dependencies.uucore]
version = "0.7.0"
features = ["parser"]