Cargo Features

[dependencies]
storm_rpc = { version = "0.9.0", default-features = false, features = ["all", "serde"] }
default = serde

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

all = serde
serde default all? = serde_crate, serde_with, serde_yaml

Enables serde of amplify ^3.13.0, internet2, and microservices

internet2:

Exposing core rust componens
----------------------------
These also include re-assembly of necessary features from dependencies

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.

serde_crate serde

Enables serde

serde_with serde

Enables serde_with ^1.14

serde_yaml serde