Cargo Features
[dependencies]
libpep = { version = "0.3.1", default-features = false, features = ["std", "build-binary"] }
- default = std
-
The
std
feature is set by default wheneverlibpep
is added without
somewhere in the dependency tree.default-features = false - std default
- build-binary = buildinfy, commandy, commandy_macros, crashy
-
Enables std of rand and rand_core
rand:
Option (enabled by default): without "std" rand uses libcore; this option enables functionality expected to be available on a standard platform.
Required by the peppy binary
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.