Cargo Features

[dependencies]
libpep = { version = "0.3.1", default-features = false, features = ["std", "build-binary"] }
default = std

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

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.

buildinfy build-binary?
commandy build-binary?
commandy_macros build-binary?
crashy build-binary?

Enables crashy ^0.1