Cargo Features
bee-block has no features set by default.
[dependencies]
bee-block = { version = "1.0.1", features = ["std", "dto", "inx", "serde", "rand"] }
- std inx? rand?
- dto = serde
-
Enables serde_json
Affects
alias::dto
,ed25519::dto
,address::dto
,nft::dto
,block::dto
,error::dto
… - inx = std
-
Enables inx
Affects
error::inx
,milestone::inx
… - serde dto? = serde-big-array
-
Enables serde
- rand = std
-
Enables rand
Affects
bee-block::rand
,protocol::protocol_parameters
…
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-big-array serde?
-
Enables serde-big-array ^0.4.1