Cargo Features
[dependencies]
ohx-addon-publish = { version = "0.0.1-preview", default-features = false, features = ["build-binary"] }
- default = build-binary
-
The
build-binary
feature is set by default wheneverohx-addon-publish
is added without
somewhere in the dependency tree.default-features = false - build-binary default = chrono, dirs, env_logger, log, reqwest, structopt, webbrowser
-
Required by the 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.
- env_logger build-binary
-
Enables env_logger ^0.6
Binary
- structopt build-binary
- dirs build-binary
-
Enables dirs ^2.0.2
- log build-binary
- reqwest build-binary
-
Enables reqwest ^0.9
Affects
addons::get_addons_registry
,addons::get_addons_registry_metadata
… - webbrowser build-binary
-
Enables webbrowser ^0.5.2
- chrono build-binary