Cargo Features
[dependencies]
cyfs-debug = { version = "0.6.6", default-features = false, features = ["check", "trace", "http_report"] }
- default = check
-
The
check
feature is set by default whenevercyfs-debug
is added without
somewhere in the dependency tree.default-features = false - check default
- trace
- http_report = formdata, futures, hyper, url
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.
- url http_report?
- formdata http_report?
- futures http_report?
- hyper http_report?
-
Enables hyper ^0.10