Cargo Features
[dependencies]
jinxapi-github = { version = "0.2.6", default-features = false, features = ["hyper-client", "reqwest-async", "reqwest-blocking"] }
- default = hyper-client
-
The
hyper-client
feature is set by default wheneverjinxapi-github
is added without
somewhere in the dependency tree.default-features = false - hyper-client default = hyper
-
Enables hyper-client of authentic
- reqwest-async = reqwest
-
Enables reqwest-async of authentic
- reqwest-blocking
-
Enables reqwest-blocking of authentic, blocking of reqwest ^0.11.10
Affects
actions_add_custom_labels_to_self_hosted_runner_for_org::reqwest_blocking_builder
,actions_add_custom_labels_to_self_hosted_runner_for_org::reqwest_blocking_request
,actions_add_custom_labels_to_self_hosted_runner_for_repo::reqwest_blocking_builder
,actions_add_custom_labels_to_self_hosted_runner_for_repo::reqwest_blocking_request
,actions_add_repo_access_to_self_hosted_runner_group_in_org::reqwest_blocking_builder
,actions_add_repo_access_to_self_hosted_runner_group_in_org::reqwest_blocking_request
…
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.
- hyper hyper-client
-
Enables hyper ^0.14.17
Affects
v1_1_4::hyper
,actions_add_custom_labels_to_self_hosted_runner_for_org::http_builder
,actions_add_custom_labels_to_self_hosted_runner_for_org::hyper_request
,actions_add_custom_labels_to_self_hosted_runner_for_repo::http_builder
,actions_add_custom_labels_to_self_hosted_runner_for_repo::hyper_request
,actions_add_repo_access_to_self_hosted_runner_group_in_org::http_builder
,actions_add_repo_access_to_self_hosted_runner_group_in_org::hyper_request
,actions_add_selected_repo_to_org_secret::http_builder
,actions_add_selected_repo_to_org_secret::hyper_request
,actions_add_self_hosted_runner_to_group_for_org::http_builder
,actions_add_self_hosted_runner_to_group_for_org::hyper_request
,actions_approve_workflow_run::http_builder
,actions_approve_workflow_run::hyper_request
… - reqwest reqwest-async? reqwest-blocking?
-
Enables reqwest ^0.11.10
Affects
v1_1_4::reqwest
,actions_add_custom_labels_to_self_hosted_runner_for_org::reqwest_builder
,actions_add_custom_labels_to_self_hosted_runner_for_org::reqwest_request
,actions_add_custom_labels_to_self_hosted_runner_for_repo::reqwest_builder
,actions_add_custom_labels_to_self_hosted_runner_for_repo::reqwest_request
,actions_add_repo_access_to_self_hosted_runner_group_in_org::reqwest_builder
,actions_add_repo_access_to_self_hosted_runner_group_in_org::reqwest_request
,actions_add_selected_repo_to_org_secret::reqwest_builder
,actions_add_selected_repo_to_org_secret::reqwest_request
,actions_add_self_hosted_runner_to_group_for_org::reqwest_builder
,actions_add_self_hosted_runner_to_group_for_org::reqwest_request
,actions_approve_workflow_run::reqwest_builder
,actions_approve_workflow_run::reqwest_request
…