Cargo Features
[dependencies]
patina_ffs_extractors = { version = "20.1.0", default-features = false, features = ["std", "brotli", "crc32", "lzma"] }
- default = brotli, crc32, lzma
-
These default features are set whenever
patina_ffs_extractorsis added withoutsomewhere in the dependency tree.default-features = false - std
- brotli default
-
Enables alloc-no-stdlib and brotli-decompressor ^4.0.0
- crc32 default
-
Enables crc32fast
- lzma default
-
Enables patina_lzma_rs
patina_ffs_extractors has 5 features without comments.