Cargo Features

[dependencies]
mcnbt = { version = "1.1.0", default-features = false, features = ["cli", "read", "serde"] }
default = read

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

cli = clap

Required by the nbt binary

read default = nom

Required by the nbt binary

serde

Enables serde

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.

clap cli?
nom read