Cargo Features

[dependencies]
triaka-rpc-proto = { version = "0.2.1", default-features = false, features = ["nonblocking"] }
default = nonblocking

The nonblocking feature is set by default whenever triaka-rpc-proto is added without default-features = false somewhere in the dependency tree.

nonblocking default

Enables tokio

Affects lower::Transport