Cargo Features

[dependencies]
lnk = { version = "0.6.1", default-features = false, features = ["binwrite", "unstable-save", "serde", "lnk2json"] }
default = serde

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

binwrite = stability

Affects sized_string::write_sized_string

unstable-save
serde default lnk2json?

Enables serde and serde_json, serde of bitflags

lnk2json = serde

Enables anyhow, clap, clap-verbosity-flag, clio, and simplelog

Required by the lnk2json binary

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.

stability binwrite?