Cargo Features
hypers_openapi has no features set by default.
[dependencies]
hypers_openapi = { version = "0.14.1", features = ["full", "debug", "chrono", "decimal", "decimal-float", "url", "ulid", "uuid", "time", "smallvec", "yaml"] }
- full = chrono, decimal, smallvec, time, ulid, url, uuid, yaml
- debug
- chrono full?
-
Enables chrono, chrono of hypers_openapi_macro
- decimal full?
-
Enables rust_decimal, decimal of hypers_openapi_macro
- decimal-float
-
Enables rust_decimal, decimal-float of hypers_openapi_macro
- url full?
-
Enables url of hypers_openapi_macro
- ulid full?
-
Enables ulid, ulid of hypers_openapi_macro
- uuid full?
-
Enables uuid =1.10.0, uuid of hypers_openapi_macro
- time full?
-
Enables time, time of hypers_openapi_macro
- smallvec full?
-
Enables smallvec, smallvec of hypers_openapi_macro
- yaml full?
-
Enables serde_yaml =0.9.33
hypers_openapi has 11 features without comments.