Cargo Features

[dependencies]
vte = { version = "0.15.0", default-features = false, features = ["std", "ansi", "serde"] }
default = std

The std feature is set by default whenever vte is added without default-features = false somewhere in the dependency tree.

std default

Enables std of 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 ansi::Processor, ansi::StdSyncHandler

ansi = bitflags, cursor-icon, log

Affects vte::ansi

serde

Enables serde

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.

bitflags ansi?
cursor-icon ansi?
log ansi?