Cargo Features

[dependencies]
bitflags_serde_shim = { version = "0.2.5", default-features = false, features = ["std"] }
default = std

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

std default

bitflags_serde_shim has 2 features without comments.