Cargo Features

[dependencies]
supply-chain-trust-example-crate-000098 = { version = "0.2.0", default-features = false, features = ["no_std", "cjk", "rustc-dep-of-std"] }
default = cjk

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

no_std
cjk default

Affects supply-chain-trust-example-crate-000098::UnicodeWidthChar.width_cjk, supply-chain-trust-example-crate-000098::UnicodeWidthStr.width_cjk, tables::single_char_width_cjk, tables::str_width_cjk

rustc-dep-of-std = compiler_builtins, core, 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.

std rustc-dep-of-std?

Enables rustc-std-workspace-std

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

Enables rustc-std-workspace-core