Cargo Features

[dependencies]
pollination = { version = "0.1.0", default-features = false, features = ["json", "axum"] }
default = axum

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

json

Enables serde_json and serde_path_to_error

axum default

Enables axum, reqwest ^0.12.22, and url

Affects engine::axum