1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00
uutils-coreutils/tests/benches/factor/Cargo.toml
2025-07-02 19:47:23 -04:00

20 lines
418 B
TOML

[package]
name = "uu_factor_benches"
version = "0.0.0"
authors = ["nicoo <nicoo@debian.org>"]
description = "Benchmarks for the uu_factor integer factorization tool"
edition.workspace = true
homepage.workspace = true
license.workspace = true
publish = false
[dev-dependencies]
array-init = "2.0.0"
criterion = "0.6.0"
rand = "0.9.1"
rand_chacha = "0.9.0"
num-prime = "0.4.4"
[[bench]]
name = "table"
harness = false