Cargo Features
rgb-std has no features set by default.
[dependencies]
rgb-std = { version = "0.11.0-beta.8", features = ["all", "serde", "fs", "rand"] }
- all = fs, serde
- serde all? = serde_crate
-
Enables serde of amplify, bp-core, chrono, commit_verify ^0.11.0-beta.8, rgb-core ^0.11.0-beta.8, rgb-invoice, strict_encoding, and strict_types
- fs all?
-
Affects
file::FileContent.load_file
,file::FileContent.save_file
,file::FileContent.load_armored
,file::FileContent.save_armored
,persistence::fs
…
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