Cargo Features

[dependencies]
allsorts_no_std = { version = "0.5.2", default-features = false, features = ["std", "prince"] }
default = std

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

std default prince? = rustc-hash

Enables std of allsorts-rental

prince = std

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rustc-hash std

Enables rustc-hash

note: feature "std" disabled!