Cargo Features

[dependencies]
midenc-hir-symbol = { version = "0.0.8", default-features = false, features = ["std", "serde", "compact_str"] }
default = std

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

std default

Enables parking_lot

serde

Enables serde

compact_str

Enables compact_str ^0.8

midenc-hir-symbol has 4 features without comments.