Cargo Features

[dependencies]
supply-chain-trust-example-crate-000076 = { version = "0.3.17", default-features = false, features = ["std", "hardcoded-data", "unstable", "flame_it", "with_serde", "bench_it", "smallvec"] }
default = hardcoded-data, std

These default features are set whenever supply-chain-trust-example-crate-000076 is added without default-features = false somewhere in the dependency tree.

std default
hardcoded-data default

Affects char_data::HardcodedBidiData, char_data::bidi_class, tables::bidi_class_table, supply-chain-trust-example-crate-000076::get_base_direction, supply-chain-trust-example-crate-000076::get_base_direction_full

unstable
flame_it = flame, flamer
with_serde = serde
bench_it

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.

smallvec implicit feature

Enables smallvec

smallvec:

'Small vector' optimization: store up to a small number of items on the stack

Affects prepare::LevelRunVec, prepare::IsolatingRunSequenceVec

flame flame_it?
flamer flame_it?

Enables flamer ^0.4

serde with_serde?