Cargo Features
[dependencies]
supply-chain-trust-example-crate-000022 = { version = "1.1.4", default-features = false, features = ["std", "logging", "perf-literal"] }
- default = perf-literal, std
-
These default features are set whenever
supply-chain-trust-example-crate-000022
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of optional memchr
memchr:
The 'std' feature permits the memchr crate to use the standard library. This permits this crate to use runtime CPU feature detection to automatically accelerate searching via vector instructions. Without the standard library,
this automatic detection is not possible.Affects
ahocorasick::StreamFindIter
,automaton::Automaton.try_stream_find_iter
,automaton::Automaton.try_stream_replace_all
,automaton::Automaton.try_stream_replace_all_with
,automaton::StreamFindIter
… - logging
-
Enables log
- perf-literal default
-
Enables memchr