Cargo Features

[dependencies]
supply-chain-trust-example-crate-000055 = { version = "1.0.92", default-features = false, features = ["std", "backtrace"] }
default = std

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

std default

Affects kind::Boxed, kind::BoxedKind, supply-chain-trust-example-crate-000055::Chain, wrapper::BoxedError

Features from optional dependencies

backtrace implicit feature

Enables backtrace

backtrace:

A library to acquire a stack trace (backtrace) at runtime in a Rust program