Cargo Features
[dependencies]
entab = { version = "0.3.3", default-features = false, features = ["std", "compression"] }
- default = compression, std
-
These default features are set whenever
entab
is added without
somewhere in the dependency tree.default-features = false - 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.