Cargo Features

oasgen-core has no features set by default.

[dependencies]
oasgen-core = { version = "0.20.1", features = ["actix", "json", "cookies", "qs", "sid", "axum", "bigdecimal", "uuid", "chrono", "time", "phonenumber", "sqlx"] }
actix = actix-web

Enables actix4 of optional serde_qs ^0.12

json = sqlx-core

Enables json of sqlx-core

cookies = tower-cookies
qs = serde_qs
sid = sid2
axum

Enables axum, axum of optional serde_qs ^0.12

bigdecimal

Enables bigdecimal

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-web actix?
uuid implicit feature

Enables uuid

uuid:

A library to generate and parse UUIDs

chrono implicit feature

Enables chrono

chrono:

Date and time library for Rust

time implicit feature
phonenumber implicit feature

Enables phonenumber

phonenumber:

Library for parsing, formatting and validating international phone numbers

sqlx implicit feature
sqlx-core json?
tower-cookies cookies?
sid2 sid?
serde_qs qs?

Enables serde_qs ^0.12