Cargo Features

[dependencies]
supply-chain-trust-crate-000018 = { version = "2.7.4", default-features = false, features = ["use_std", "std", "alloc", "logging", "libc", "rustc-dep-of-std"] }
default = std

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

use_std = std
std default use_std? = alloc
alloc std

Affects all::shiftor

logging

Enables log

libc
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.

compiler_builtins rustc-dep-of-std?
core rustc-dep-of-std?

Enables rustc-std-workspace-core