rustango 0.22.0

Django-shaped batteries-included web framework for Rust: ORM + migrations + auto-admin + multi-tenancy + audit log + auth (sessions, JWT, OAuth2/OIDC, HMAC) + APIs (ViewSet, OpenAPI auto-derive, JSON:API) + jobs (in-mem + Postgres) + email + media (S3 / R2 / B2 / MinIO + presigned uploads + collections + tags) + production middleware (CSRF, CSP, rate-limiting, compression, idempotency, etc.).
Documentation

rustango — a Django-inspired ORM + admin + multi-tenancy for Rust.

[dependencies]
rustango = { version = "0.7", features = ["tenancy"] }

Out of the box (default = ["postgres", "admin"]) you get the ORM, the migration runner, and the auto-admin. Add "tenancy" for the multi-tenant resolver / pools / per-tenant auth pieces. Drop default-features for the bare ORM (no axum, no Tera).

See the workspace README for the full feature matrix and the Django-shape project layout.