Cargo Features

[dependencies]
interprocess-traits = { version = "0.1.1", default-features = false, features = ["std", "experimental-auto-traits"] }
default = std

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

std default
experimental-auto-traits

interprocess-traits has 3 features without comments.