Cargo Features
[dependencies]
fxg = { version = "0.1.0", default-features = false, features = ["developer", "contributor"] }
- default = developer
-
The
developer
feature is set by default wheneverfxg
is added without
somewhere in the dependency tree.default-features = false - developer default contributor?
-
Enables hyper ^0.14.27, hyper-tls ^0.5.0, regex, and tokio
Affects
new::TEMPLATE_FXG
,new::TEMPLATE_HTML
,new::DOG_IMAGE
,new::new
… - contributor = developer
-
Affects
compiler::vomit_debug
…