X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2FCargo.toml;h=175f7c7f6cd5b31043172801097abd3fb391c3fe;hb=7cb65894212b51b13b8ac2e30f9a520627938a3e;hp=9b0416476b3fde41330cbdb7f758e0c2bb9b220c;hpb=b4d5b8515e75383b4fc59ea2813c90c615d59a96;p=nihav.git diff --git a/nihav-core/Cargo.toml b/nihav-core/Cargo.toml index 9b04164..175f7c7 100644 --- a/nihav-core/Cargo.toml +++ b/nihav-core/Cargo.toml @@ -5,7 +5,11 @@ authors = ["Kostya Shishkov "] edition = "2018" [features] -default = ["decoders", "demuxers"] +default = ["decoders", "demuxers", "muxers", "compr"] decoders = [] demuxers = [] +muxers = [] + +compr = ["deflate"] +deflate = [] \ No newline at end of file