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.