Cargo Features

apache-avro has no features set by default.

[dependencies]
apache-avro = { version = "0.16.0", features = ["bzip", "derive", "snappy", "xz", "zstandard"] }
bzip = bzip2
derive = apache-avro-derive

Affects schema::derive

snappy = crc32fast, snap
xz = xz2
zstandard = zstd

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.

apache-avro-derive derive?
bzip2 bzip?
crc32fast snappy?
snap snappy?
xz2 xz?
zstd zstandard?

Enables zstd ^0.12.4