Cargo Features

[dependencies]
supply-chain-trust-crate-000022 = { version = "1.21.0", 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-crate-000022 is added without default-features = false somewhere in the dependency tree.

std default = alloc

Affects supply-chain-trust-crate-000022::sync

alloc std = race
race alloc?

Affects supply-chain-trust-crate-000022::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-crate-000022::sync

unstable
atomic-polyfill = critical-section