Cargo Features

[dependencies]
entab = { version = "0.3.1", default-features = false, features = ["std", "compression"] }
default = compression, std

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

std default

Enables std of chrono and serde and runtime-dispatch-simd of bytecount

parsing

Affects compression::decompress, agilent::masshunter, parsers::png, compression::decompress

compression default = bzip2, xz2, zstd

Affects compression::decompress

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.

bzip2 compression

Enables bzip2 ^0.3

xz2 compression
zstd compression

Enables zstd ^0.5