Cargo Features

norpc has no features set by default.

[dependencies]
norpc = { version = "0.9.1", features = ["runtime", "tokio-executor", "async-std-executor"] }
runtime

Affects norpc::runtime

tokio-executor = tokio

Affects runtime::TokioExecutor

async-std-executor = async-std

Affects runtime::AsyncStdExecutor

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.

tokio tokio-executor?
async-std async-std-executor?