Cargo Features

[dependencies]
actix-request-identifier = { version = "4.2.0", default-features = false, features = ["uuid-generator", "uuid-v7-generator"] }
default = uuid-generator

The uuid-generator feature is set by default whenever actix-request-identifier is added without default-features = false somewhere in the dependency tree.

uuid-generator default

Enables v4 of uuid

uuid-v7-generator

Enables std and v7 of uuid

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 uuid-generator uuid-v7-generator?