Cargo Features

[dependencies]
rst_app = { version = "0.3.7", default-features = false, features = ["web", "unstable", "serde_codegen"] }
default = serde_codegen

The serde_codegen feature is set by default whenever rst_app is added without default-features = false somewhere in the dependency tree.

web = jsonrpc-core, nickel, tar, tempdir

Affects server::run_server

unstable = serde_derive

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.

jsonrpc-core web?

Enables jsonrpc-core ^4.0

nickel web?

Enables nickel ^0.9

serde_codegen build default

Enables serde_codegen ^0.8

serde_derive unstable?

Enables serde_derive ^0.8

tar web?
tempdir web?