Cargo Features

[dependencies]
supply-chain-trust-crate-000019 = { version = "1.0.140", default-features = false, features = ["std", "alloc", "preserve_order", "float_roundtrip", "arbitrary_precision", "raw_value", "unbounded_depth"] }
default = std

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

std default preserve_order?

Enables std of memchr and serde

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 de::from_reader, supply-chain-trust-crate-000019::ser, read::IoRead

alloc

Enables alloc of serde

serde:

Provide impls for types in the Rust core allocation and collections library including String, Box<T>, Vec<T>, and Cow<T>. This is a subset of std but may be enabled without depending on all of std.

preserve_order = indexmap, std
float_roundtrip
arbitrary_precision

Affects number::NumberFromString

raw_value

Affects read::Read.begin_raw_buffering, read::Read.end_raw_buffering

unbounded_depth

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.

indexmap preserve_order?