Cargo Features

[dependencies]
htmxpress = { version = "0.1.0", default-features = false, features = ["full", "urlencoding"] }
default = full

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

full default = urlencoding
urlencoding full

Enables urlencoding

htmxpress has 3 features without comments.