Cargo Features

[dependencies]
binread = { version = "2.2.0", default-features = false, features = ["std", "const_generics", "debug_template"] }
default = std

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

std default debug_template?

Affects binread::binary_template

const_generics = array-init
debug_template = lazy_static, std

Enables debug_template of binread_derive

Affects options::ReadOptions.dont_output_to_template, options::ReadOptions.variable_name, binread::binary_template

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.

array-init const_generics?
lazy_static debug_template?