Cargo Features
oasgen-core has no features set by default.
[dependencies]
oasgen-core = { version = "0.22.0", features = ["actix", "json", "cookies", "qs", "sid", "axum", "bigdecimal", "uuid", "chrono", "time", "phonenumber", "sqlx"] }
- actix = actix-web
- json = sqlx-core
- qs = serde_qs
- sid = kurtbuilds_sid
- axum
- 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?
- kurtbuilds_sid sid?
- serde_qs qs?