Cargo Features

[dependencies]
rgb_rpc = { version = "0.9.1", default-features = false, features = ["all", "serde"] }
default = serde

The serde feature is set by default whenever rgb_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, microservices, and rgb-std ^0.9.0

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