Cargo Features
[dependencies]
pollination = { version = "0.1.0", default-features = false, features = ["json", "axum"] }
- default = axum
-
The
axumfeature is set by default wheneverpollinationis added withoutsomewhere in the dependency tree.default-features = false - json
-
Enables serde_json and serde_path_to_error
- axum default
-
Enables axum, reqwest ^0.12.22, and url
Affects
engine::axum…