Cargo Features

[dependencies]
re_rav1d = { version = "0.1.3", default-features = false, features = ["asm", "asm_arm64_i8mm", "bitdepth_16"] }
default = asm, asm_arm64_dotprod, asm_arm64_i8mm, bitdepth_16, bitdepth_8

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

asm default asm_arm64_dotprod asm_arm64_i8mm
asm_arm64_dotprod asm_arm64_i8mm default = asm
bitdepth_8 bitdepth_16 default

re_rav1d has 4 features without comments.