Cargo Features
rust-releases-io has no features set by default.
[dependencies]
rust-releases-io = { version = "0.28.0", features = ["http_client", "internal_dl_test"] }
- http_client = ureq
-
Affects
client::cached_client
… - internal_dl_test
-
NB: excluded from SemVer, please do not use this in your crates
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.
- ureq http_client?
-
Enables ureq
feature: http_client