Cargo Features

[dependencies]
uuid25 = { version = "0.3.4", default-features = false, features = ["std", "gen", "serde", "uuid", "bson"] }
default = std

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

std default gen?

Enables std of fstr

gen = std, uuid7

Enables global_gen of uuid7 ^0.7.0

Affects uuid25::gen_v4, uuid25::gen_v7

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.

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

uuid implicit feature

Enables uuid

uuid:

A library to generate and parse UUIDs

bson implicit feature

Enables bson

bson:

Encoding and decoding support for BSON in Rust

uuid7 gen?

Enables uuid7 ^0.7.0