Cargo Features
xaynet-sdk has no features set by default.
[dependencies]
xaynet-sdk = { version = "0.1.0", features = ["reqwest-client"] }
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.
- reqwest reqwest-client?
-
Enables reqwest ^0.10.10
feature: reqwest client
TODO (XN-1372): can't upgrade yet because of tokio - bytes reqwest-client?
-
Enables bytes ^0.5.6
This has to match the version used by reqwest. It would be nice if reqwest just re-exported it