Cargo Features
OpenapiType has no features set by default.
[dependencies]
openapi_type = { version = "0.5.0", features = ["chrono", "indexmap", "linked-hash-map", "time", "uuid"] }
- chrono = chrono04
- indexmap = indexmap1
- linked-hash-map = linked-hash-map05
- time = time03
- uuid = uuid08, uuid1
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.
- chrono04 chrono?
-
Enables chrono
optional dependencies / features
- indexmap1 indexmap?
-
Enables indexmap ^1.0
- linked-hash-map05 linked-hash-map?
-
Enables linked-hash-map
- time03 time?
-
Enables time
- uuid08 uuid?
-
Enables uuid ^0.8
- uuid1 uuid?
-
Enables uuid