Cargo Features

[dependencies]
tailwag = { version = "0.3.0", default-features = false, features = ["all", "web_service", "macros", "forms", "orm", "utils"] }
default = all

The all feature is set by default whenever tailwag is added without default-features = false somewhere in the dependency tree.

all default = forms, macros, orm, utils, web_service
web_service all

Enables tailwag_web_service

macros all

Enables tailwag_macros

Affects tailwag::macros

forms all

Enables tailwag_forms

orm all

Enables tailwag_orm and tailwag_orm_macros, orm of optional tailwag_macros

utils all

Enables tailwag_utils