axum-admin 0.1.1

A modern admin dashboard framework for Axum
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 = "2021"
name = "axum-admin"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern admin dashboard framework for Axum"
documentation = "https://docs.rs/axum-admin"
readme = "README.md"
keywords = [
    "axum",
    "admin",
    "dashboard",
    "crud",
    "web",
]
categories = [
    "web-programming::http-server",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/rinnguyen711/axum-admin"

[features]
seaorm = [
    "dep:sea-orm",
    "dep:casbin",
    "dep:sea-orm-adapter",
    "dep:argon2",
    "dep:chrono",
    "dep:rand_core",
    "dep:sea-orm-migration",
]

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

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

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

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

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

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

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

[dependencies.argon2]
version = "0.5"
optional = true

[dependencies.async-trait]
version = "0.1"

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

[dependencies.bcrypt]
version = "0.15"

[dependencies.casbin]
version = "2"
optional = true

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

[dependencies.form_urlencoded]
version = "1"

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

[dependencies.rand_core]
version = "0.6"
optional = true

[dependencies.regex]
version = "1"

[dependencies.sea-orm]
version = "1"
features = [
    "sqlx-postgres",
    "runtime-tokio-rustls",
    "macros",
]
optional = true

[dependencies.sea-orm-adapter]
version = "0.4"
optional = true

[dependencies.sea-orm-migration]
version = "1"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

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

[dependencies.tower]
version = "0.4"

[dependencies.tower-cookies]
version = "0.10"

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

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

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

[dev-dependencies.sea-orm]
version = "1"
features = [
    "sqlx-postgres",
    "runtime-tokio-rustls",
    "macros",
]

[dev-dependencies.sea-orm-migration]
version = "1"

[dev-dependencies.tempfile]
version = "3"