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