Cargo Features
[dependencies]
supply-chain-trust-crate-000013 = { version = "2.8.0", default-features = false, features = ["std", "test_debug", "borsh", "quickcheck", "rayon", "serde", "arbitrary"] }
- default = std
-
The
std
feature is set by default wheneversupply-chain-trust-crate-000013
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
map::IndexMap
,set::IndexSet
… - test_debug
Features from optional dependencies
- borsh implicit feature
-
Enables borsh
borsh:
Binary Object Representation Serializer for Hashing
- quickcheck implicit feature
-
Enables quickcheck
quickcheck:
Automatic property based testing with shrinking
- rayon implicit feature
-
Enables rayon
rayon:
Simple work-stealing parallelism for Rust
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
Affects
map::serde_seq
… - arbitrary implicit feature
-
Enables arbitrary
arbitrary:
The trait for generating structured data from unstructured data