cinepak: add grayscale and palette output modes
[nihav.git] / nihav-core / Cargo.toml
CommitLineData
5641dccf
KS
1[package]
2name = "nihav_core"
3version = "0.1.0"
4authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
5edition = "2018"
6
7[features]
0443d0c5 8default = ["decoders", "demuxers", "compr"]
5641dccf
KS
9
10decoders = []
38953fb5 11demuxers = []
0443d0c5
KS
12
13compr = ["deflate"]
14deflate = []