apache-avro has no features set by default.
[dependencies] apache-avro = { version = "0.17.0", features = ["bzip", "derive", "snappy", "xz", "zstandard"] }
Enables bzip2
Enables apache-avro-derive
Affects schema::derive…
schema::derive
Enables crc32fast and snap
Enables xz2
Enables zstd