Cargo Features

quartz_nbt has no features set by default.

[dependencies]
quartz_nbt = { version = "0.2.9", features = ["preserve_order", "serde"] }
preserve_order = indexmap

Affects tag::Map

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.

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

Affects quartz_nbt::serde, raw::read_bool, raw::read_string_into, raw::write_bool

indexmap preserve_order?