Cargo Features

rgb-std has no features set by default.

[dependencies]
rgb-std = { version = "0.11.0-beta.5", features = ["all", "serde", "fs", "rand"] }
all = fs, serde
serde all? = serde_crate

Enables serde of amplify, bp-core, commit_verify, rgb-core, rgb-invoice, strict_encoding, and strict_types

fs all?

Affects file::FileContent.load_file, file::FileContent.save_file

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

rand wasm32 implicit feature

Enables rand

rand:

Random number generators and other randomness functionality