Cargo Features

[dependencies]
bidiff = { version = "1.0.0", default-features = false, features = ["enc", "instructions"] }
default = enc

The enc feature is set by default whenever bidiff is added without default-features = false somewhere in the dependency tree.

enc default = byteorder, integer-encoding

Affects bidiff::enc, bidiff::simple_diff, bidiff::simple_diff_with_params

instructions

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

byteorder enc

Enables byteorder

for enc

integer-encoding enc

Enables integer-encoding ^2.0.0