Cargo Features
[dependencies]
corro-speedy = { version = "0.8.7", default-features = false, features = ["external_doc", "speedy-derive", "chrono", "glam", "smallvec", "regex", "uuid", "indexmap"] }
- default = speedy-derive
-
The
speedy-derive
feature is set by default whenevercorro-speedy
is added without
somewhere in the dependency tree.default-features = false - 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
-
Enables speedy-derive =0.8.6
- chrono implicit feature
-
Enables chrono
chrono:
Date and time library for Rust
- glam implicit feature
-
Enables glam >=0.15, <=0.24
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
- indexmap implicit feature
-
Enables indexmap ^1
indexmap:
A hash table with consistent order and fast iteration