Cargo Features

[dependencies]
byte-slice-cast = { version = "1.2.2", default-features = false, features = ["std"] }
default = std

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

std default

byte-slice-cast has 2 features without comments.