Cargo Features
supply-chain-trust-example-crate-000002 has no features set by default.
[dependencies]
supply-chain-trust-example-crate-000002 = { version = "2.6.2", features = ["std", "example_generated", "rustc-dep-of-std", "bytemuck", "serde", "arbitrary"] }
- std
- example_generated
-
Affects
supply-chain-trust-example-crate-000002::example_generated
… - rustc-dep-of-std = compiler_builtins, core
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.
- bytemuck implicit feature
-
Enables bytemuck
bytemuck:
A crate for mucking around with piles of bytes
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
Affects
external::serde
… - compiler_builtins rustc-dep-of-std?
- core rustc-dep-of-std?
-
Enables rustc-std-workspace-core
- arbitrary implicit feature
-
Enables arbitrary
arbitrary:
The trait for generating structured data from unstructured data
Affects
external::arbitrary
…