Cargo Features
[dependencies]
futures-jsonrpcv2 = { version = "0.2.8", default-features = false, features = ["with_rasi"] }
- default = with_rasi
-
The
with_rasi
feature is set by default wheneverfutures-jsonrpcv2
is added without
somewhere in the dependency tree.default-features = false - with_rasi default = rasi
-
Enables json and with_rasi of futures-http
Affects
futures-jsonrpcv2::rasi
…
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.