Cargo Features

[dependencies]
panicking = { version = "0.4.0", default-features = false, features = ["std", "abort"] }
default = std

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

std default
abort

panicking has 3 features without comments.