Cargo Features

[dependencies]
bms-rs = { version = "0.4.4", default-features = false, features = ["serde", "bmson"] }
default = bmson

The bmson feature is set by default whenever bms-rs is added without default-features = false somewhere in the dependency tree.

serde

Enables serde

Affects notes::NotesPack

bmson default = serde_json

Enables serde

Affects bms-rs::bmson

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_json bmson