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 wheneverallsorts_no_std
is added without
somewhere in the dependency tree.default-features = false - 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 ^1.1.0
note: feature "std" disabled!