Cargo Features

avro-rs has no features set by default.

[dependencies]
avro-rs = { version = "0.13.0", features = ["snappy"] }
snappy = crc, snap

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.

crc snappy?

Enables crc ^1.3.0

snap snappy?

Enables snap ^0.2.3