Cargo Features

[dependencies]
barc = { version = "2.2.2", default-features = false, features = ["mmap", "brotli", "brotli-decompressor"] }
default = brotli, mmap

These default features are set whenever barc is added without default-features = false somewhere in the dependency tree.

mmap default = memmap

Enables mmap of body-image and olio

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

brotli default

Enables brotli >=3.1.0, <3.4

Affects compress::BrotliCompressStrategy

brotli-decompressor implicit feature

Enables brotli-decompressor

min transitive

memmap mmap