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 wheneversupply-chain-trust-example-crate-000098
is added without
somewhere in the dependency tree.default-features = false - 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.