Cargo Features

[dependencies]
supply-chain-trust-example-crate-000006 = { version = "0.15.1", default-features = false, features = ["default-hasher", "inline-more", "nightly", "raw-entry", "rustc-dep-of-std", "rustc-internal-api", "rayon", "serde", "allocator-api2", "equivalent"] }
default = allocator-api2, default-hasher, equivalent, inline-more, raw-entry

These default features are set whenever supply-chain-trust-example-crate-000006 is added without default-features = false somewhere in the dependency tree.

default-hasher default

Enables foldhash

Affects supply-chain-trust-example-crate-000006::DefaultHashBuilder

inline-more default
nightly rustc-dep-of-std?

Enables allocator_api of bumpalo, nightly of optional allocator-api2

raw-entry default rustc-dep-of-std?
rustc-dep-of-std = alloc, compiler_builtins, core, nightly, raw-entry, rustc-internal-api
rustc-internal-api rustc-dep-of-std?

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.

alloc rustc-dep-of-std?

Enables rustc-std-workspace-alloc

rayon implicit feature

Enables rayon

rayon:

Simple work-stealing parallelism for Rust

Affects supply-chain-trust-example-crate-000006::hash_map.rayon, supply-chain-trust-example-crate-000006::hash_set.rayon, supply-chain-trust-example-crate-000006::hash_table.rayon

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

allocator-api2 default
compiler_builtins rustc-dep-of-std?
core rustc-dep-of-std?

Enables rustc-std-workspace-core

equivalent default