aboutsummaryrefslogblamecommitdiffstats
path: root/nihav-core/Cargo.toml
blob: 175f7c7f6cd5b31043172801097abd3fb391c3fe (plain) (tree)
1
2
3
4
5
6
7
8
9
10





                                                         
                                                     
             
             
           

                   
[package]
name = "nihav_core"
version = "0.1.0"
authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
edition = "2018"

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

decoders = []
demuxers = []
muxers = []

compr = ["deflate"]
deflate = []