Cargo Features

[dependencies]
miHoYo-API = { version = "0.2.18", default-features = false, features = ["full", "honkai", "starrail", "mihomo", "direct"] }
default = genshin, honkai, starrail

These default features are set whenever miHoYo-API is added without default-features = false somewhere in the dependency tree.

full = direct, genshin, honkai, starrail, working_on
genshin honkai default full?
starrail default full? = mihomo
mihomo starrail

Affects typing::StarRailStatusType, typing::RelicType, typing::OrnamentType

working_on direct full?