Cargo Features
awmpde_structs has no features set by default.
[dependencies]
awmpde_structs = { version = "0.7.1", features = ["test", "uuid", "mozjpeg", "chrono"] }
- test = actix-utils
-
Affects
awmpde_structs::test
…
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.
- actix-utils test?
- uuid implicit feature
-
Enables uuid ^0.8
uuid:
A library to generate and parse UUIDs
Affects
awmpde_structs::uuid_field
… - mozjpeg implicit feature
-
Enables mozjpeg
mozjpeg:
Higher-level wrapper for Mozilla's JPEG library
- chrono implicit feature
-
Enables chrono
chrono:
Date and time library for Rust
Affects
awmpde_structs::chrono_types
…