2025-05-21 09:26:59 +02:00
|
|
|
[package]
|
|
|
|
|
name = "uufuzz"
|
|
|
|
|
description = "uutils ~ 'core' uutils fuzzing library"
|
|
|
|
|
repository = "https://github.com/uutils/coreutils/tree/main/fuzz/uufuzz"
|
2026-03-22 09:21:54 +01:00
|
|
|
version = "0.8.0"
|
2025-05-21 09:26:59 +02:00
|
|
|
edition.workspace = true
|
2026-02-06 22:58:51 +00:00
|
|
|
rust-version.workspace = true
|
2025-05-21 09:26:59 +02:00
|
|
|
license.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-06-27 13:47:33 +00:00
|
|
|
console = "0.16.0"
|
2025-05-21 09:26:59 +02:00
|
|
|
libc = "0.2.153"
|
2026-03-13 10:23:07 +01:00
|
|
|
rand = { version = "0.10.1", features = ["std_rng"] }
|
2026-04-02 05:10:24 +00:00
|
|
|
similar = "3.0.0"
|
2026-03-22 09:21:54 +01:00
|
|
|
uucore = { version = "0.8.0", path = "../../src/uucore", features = ["parser"] }
|
2025-05-21 09:26:59 +02:00
|
|
|
tempfile = "3.15.0"
|