]> git.nihav.org Git - nihav.git/blame_incremental - nihav-core/Cargo.toml
core/io: fix reading escape bits past end in codebook
[nihav.git] / nihav-core / Cargo.toml
... / ...
CommitLineData
1[package]
2name = "nihav_core"
3version = "0.1.0"
4authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
5edition = "2018"
6
7[features]
8default = ["decoders", "demuxers", "compr"]
9
10decoders = []
11demuxers = []
12
13compr = ["deflate"]
14deflate = []