aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-core/Cargo.toml
blob: f3f46f9a20d998ff159420302ef811d986a86442 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "nihav_core"
version = "0.1.0"
authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
edition = "2018"

[features]
default = ["decoders", "demuxers", "compr"]

decoders = []
demuxers = []

compr = ["deflate"]
deflate = []