Cargo Features

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

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

use_std = std
std default use_std? = alloc
alloc std

Affects all::shiftor

libc
logging

Enables log

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