Cargo Features

[dependencies]
either_of = { version = "0.1.5", default-features = false, features = ["no_std"] }
default = no_std

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

no_std default

either_of has 2 features without comments.