25 lines
549 B
TOML
25 lines
549 B
TOML
[package]
|
|
name = "oxipng"
|
|
version = "0.1.1"
|
|
authors = ["Joshua Holmer <jholmer.in@gmail.com>"]
|
|
description = "A lossless PNG compression optimizer"
|
|
license = "MIT"
|
|
documentation = "https://github.com/shssoichiro/oxipng"
|
|
homepage = "https://github.com/shssoichiro/oxipng"
|
|
repository = "https://github.com/shssoichiro/oxipng"
|
|
exclude = [
|
|
"tests/*",
|
|
]
|
|
|
|
[dependencies]
|
|
bit-vec = "^0.4.2"
|
|
byteorder = "^0.4.0"
|
|
clap = "^1.5.4"
|
|
crc = "^1.0.0"
|
|
crossbeam = "^0.2.1"
|
|
libc = "^0.2.4"
|
|
libz-sys = "^1.0.0"
|
|
regex = "^0.1.8"
|
|
|
|
[dev-dependencies]
|
|
image = "^0.6.1"
|