Cargo Features

[dependencies]
speedy = { version = "0.8.7", default-features = false, features = ["indexmap_v1", "indexmap_v2", "indexmap", "external_doc", "speedy-derive", "chrono", "glam", "smallvec", "regex", "uuid"] }
default = speedy-derive

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

indexmap_v1 indexmap?

Enables indexmap ^1

indexmap_v2

Enables indexmap

indexmap = indexmap_v1
external_doc

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.

speedy-derive default
chrono implicit feature

Enables chrono

chrono:

Date and time library for Rust

glam implicit feature

Enables glam >=0.15, <=0.25

glam:

A simple and fast 3D math library for games and graphics

smallvec implicit feature

Enables smallvec

smallvec:

'Small vector' optimization: store up to a small number of items on the stack

regex implicit feature
uuid implicit feature

Enables uuid

uuid:

A library to generate and parse UUIDs