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 whenever cyfs-debug is added without default-features = false somewhere in the dependency tree.

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