2021-12-02 16:02:30 +00:00
|
|
|
[package]
|
|
|
|
name = "qoi-bench"
|
|
|
|
version = "0.1.0"
|
2022-01-03 11:41:53 +00:00
|
|
|
edition = "2018"
|
2022-01-03 11:51:39 +00:00
|
|
|
license = "MIT/Apache-2.0"
|
|
|
|
authors = ["Ivan Smirnov <rust@ivan.smirnov.ie>"]
|
2022-01-03 18:40:24 +00:00
|
|
|
publish = false
|
2021-12-02 16:02:30 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
# internal
|
2022-01-05 14:13:15 +00:00
|
|
|
libqoi = { path = "../libqoi" }
|
2021-12-02 16:02:30 +00:00
|
|
|
qoi-fast = { path = ".." }
|
|
|
|
# external
|
|
|
|
anyhow = "1.0"
|
2022-01-05 14:10:42 +00:00
|
|
|
bytemuck = "1.7"
|
2022-01-05 14:13:15 +00:00
|
|
|
c_vec = "2.0"
|
2021-12-02 16:02:30 +00:00
|
|
|
png = "0.17"
|
|
|
|
structopt = "0.3"
|
|
|
|
walkdir = "2.3"
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
cc = "1.0"
|