Cargo Features

[dependencies]
supply-chain-trust-example-crate-000023 = { version = "1.20.2", default-features = false, features = ["std", "alloc", "race", "parking_lot", "portable-atomic", "critical-section", "unstable", "atomic-polyfill"] }
default = std

The std feature is set by default whenever supply-chain-trust-example-crate-000023 is added without default-features = false somewhere in the dependency tree.

std default = alloc

Affects supply-chain-trust-example-crate-000023::sync

alloc std = race
race alloc?

Affects supply-chain-trust-example-crate-000023::race

parking_lot

Enables parking_lot_core

portable-atomic critical-section?

Enables portable-atomic

critical-section atomic-polyfill? = portable-atomic

Enables critical-section

Affects supply-chain-trust-example-crate-000023::sync

unstable
atomic-polyfill = critical-section