Cargo Features

[dependencies]
uuid-simd = { version = "0.8.0", default-features = false, features = ["std", "alloc", "detect", "unstable", "uuid"] }
default = detect, std, uuid

These default features are set whenever uuid-simd is added without default-features = false somewhere in the dependency tree.

std default = alloc

Enables std of vsimd

alloc std

Enables alloc of vsimd

detect default

Enables detect of vsimd

unstable

Enables unstable of hex-simd and vsimd

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.

uuid default