]>
Commit | Line | Data |
---|---|---|
5641dccf KS |
1 | [package] |
2 | name = "nihav_core" | |
3 | version = "0.1.0" | |
4 | authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"] | |
5 | edition = "2018" | |
6 | ||
7 | [features] | |
a92964d5 | 8 | default = ["decoders", "demuxers", "muxers", "compr"] |
5641dccf KS |
9 | |
10 | decoders = [] | |
38953fb5 | 11 | demuxers = [] |
a92964d5 | 12 | muxers = [] |
0443d0c5 KS |
13 | |
14 | compr = ["deflate"] | |
15 | deflate = [] |