summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: add0d26ccaab8c4682205ff619d6eb1dc4c5e968 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "tiny-png"
version = "0.1.0"
edition = "2021"

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
png = "0.17.10"
png-decoder = "0.1.1"

[features]
default = []
adler = []

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