Cargo Features
[dependencies]
hyper-scripter = { version = "0.7.5", default-features = false, features = ["no-state-check", "log", "no-log", "benching"] }
- default = log
-
The
log
feature is set by default wheneverhyper-scripter
is added without
somewhere in the dependency tree.default-features = false - hard-home no-state-check
- log default no-log? = env_logger
- no-log
-
Enables max_level_off of log
- benching
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.
- env_logger log
-
Enables env_logger ^0.6.2