rjango 0.1.1

A full-stack Rust backend framework inspired by Django
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "rjango"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A full-stack Rust backend framework inspired by Django"
readme = false
license = "Apache-2.0"

[lib]
name = "rjango"
path = "src/lib.rs"

[[test]]
name = "batch_30_core_paginator"
path = "tests/batch_30_core_paginator.rs"

[[test]]
name = "batch_35_core_servers_mail"
path = "tests/batch_35_core_servers_mail.rs"

[[test]]
name = "batch_40_views_complete"
path = "tests/batch_40_views_complete.rs"

[[test]]
name = "cache_backends_batch33"
path = "tests/cache_backends_batch33.rs"

[[test]]
name = "get_or_create"
path = "tests/get_or_create.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "management_commands_batch34"
path = "tests/management_commands_batch34.rs"

[[test]]
name = "ordering"
path = "tests/ordering.rs"

[[test]]
name = "smoke"
path = "tests/smoke.rs"

[dependencies.anyhow]
version = "1"

[dependencies.argon2]
version = "0.5"

[dependencies.axum]
version = "0.8"
features = [
    "macros",
    "multipart",
]

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dashmap]
version = "6"

[dependencies.http]
version = "1"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.mime]
version = "0.3"

[dependencies.minijinja]
version = "2"
features = [
    "json",
    "loader",
    "urlencode",
]

[dependencies.parking_lot]
version = "0.12"

[dependencies.regex]
version = "1"

[dependencies.ring]
version = "0.17"

[dependencies.rust-i18n]
version = "3"

[dependencies.sea-orm]
version = "=2.0.0-rc.37"
features = [
    "macros",
    "runtime-tokio-rustls",
    "sqlx-mysql",
    "sqlx-postgres",
    "sqlx-sqlite",
]

[dependencies.sea-orm-migration]
version = "=2.0.0-rc.37"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tower]
version = "0.5"
features = ["util"]

[dependencies.tower-http]
version = "0.6"
features = [
    "compression-gzip",
    "cors",
    "fs",
    "trace",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v4",
]

[dependencies.validator]
version = "0.20"
features = ["derive"]

[dev-dependencies.axum-test]
version = "19"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
]