Cargo Features
[dependencies]
rustdcr = { version = "0.1.0", default-features = false, features = ["dcrutil", "rpcclient"] }
- default = dcrutil, rpcclient
-
These default features are set whenever
rustdcr
is added without
somewhere in the dependency tree.default-features = false - dcrutil default rpcclient = dirs
- rpcclient default = dcrutil, futures-channel, futures-util, httparse, reqwest, tokio-native-tls, tokio-tungstenite
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.
- dirs dcrutil
-
Enables dirs ^4.0.0
App Data Dir Package.
- tokio-tungstenite rpcclient
-
Enables tokio-tungstenite ^0.15.0
- tokio-native-tls rpcclient
- futures-util rpcclient
- futures-channel rpcclient
- reqwest rpcclient
-
Enables reqwest ^0.11.6
- httparse rpcclient