oxipng/Cargo.toml
Joshua Holmer 4894c4a072 Make our tests fail again
Although now they test that the conversion was lossless,
which is extremely important for this program to be useful
2016-01-18 20:03:39 -05:00

16 lines
280 B
TOML

[package]
name = "oxipng"
version = "1.0.0-alpha.1"
authors = ["Joshua Holmer <jholmer.in@gmail.com>"]
[dependencies]
bit-vec = "^0.4.2"
byteorder = "^0.4.0"
clap = "^1.5.4"
crc = "^1.0.0"
libc = "^0.2.4"
libz-sys = "^1.0.0"
regex = "^0.1.8"
[dev-dependencies]
image = "^0.6.1"