X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-core%2FCargo.toml;h=175f7c7f6cd5b31043172801097abd3fb391c3fe;hb=b53512389ece2e9e496ae2e99a1b2f2072931f1a;hp=ea77c95bfcec7e72d48cb7ee0510b75972544d63;hpb=5a990253d72311958164c0680a6614b52d5cecca;p=nihav.git diff --git a/nihav-core/Cargo.toml b/nihav-core/Cargo.toml index ea77c95..175f7c7 100644 --- a/nihav-core/Cargo.toml +++ b/nihav-core/Cargo.toml @@ -5,15 +5,11 @@ authors = ["Kostya Shishkov "] edition = "2018" [features] -default = ["decoders", "demuxers"] +default = ["decoders", "demuxers", "muxers", "compr"] decoders = [] demuxers = [] +muxers = [] -h263 = [] - -dsp = [] -dct = ["dsp"] -fft = ["dsp"] -mdct = ["fft", "dsp"] -dsp_window = ["dsp"] +compr = ["deflate"] +deflate = [] \ No newline at end of file