summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 7bfe23806253ae0934f2381b61f38a6873b862dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "mt-rs"
authors = ["Santo Cariotti <santo@dcariotti.me>"]
version = "0.1.0"
edition = "2024"

[dependencies]
blake3 = "1.8.2"
hex = { version = "0.4.3" }
rayon = "1.10.0"
sha2 = { version = "0.10.9" }
sha3 = "0.10.8"

[dev-dependencies]
criterion = { version = "0.6.0" }
rand = "0.8"

[[bench]]
name = "bigfile"
harness = false