01Document RESTful endpoints with the specialized #[utoipa::path] macro
02Auto-generate OpenAPI 3.1 specs from Rust structs and enums using ToSchema
030 GitHub stars
04Configure security schemes including JWT/Bearer auth via the Modify trait
05Integrate interactive documentation like Swagger UI into Axum, Actix, and Rocket
06Handle complex Rust types including generics, tagged enums, and multipart forms