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 whenever futures-jsonrpcv2 is added without default-features = false somewhere in the dependency tree.

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.

rasi with_rasi
futures-http with_rasi