Cargo Features

[dependencies]
rweb = { version = "0.15.0", default-features = false, features = ["boxed", "multipart", "openapi", "tls", "websocket", "chrono", "enumset", "uuid"] }
default = multipart, websocket

These default features are set whenever rweb is added without default-features = false somewhere in the dependency tree.

boxed

Enables boxed of rweb-macros

multipart default

Enables multipart of warp

openapi = rweb-openapi

Enables openapi of rweb-macros

Affects rweb::docs, rweb::openapi

tls

Enables tls of warp

websocket default

Enables websocket of warp

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.

chrono implicit feature

Enables chrono

chrono:

Date and time library for Rust

enumset implicit feature

Enables enumset

enumset:

A library for creating compact sets of enums

rweb-openapi openapi?
uuid implicit feature

Enables uuid ^0.8

uuid:

A library to generate and parse UUIDs