[package]
edition = "2024"
rust-version = "1.85"
name = "umbral-admin"
version = "0.0.3"
authors = ["Dalmas Ogembo <dalmasogembo@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auto-generated CRUD admin UI for umbral models."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/dalmasonto/umbral"
[lib]
name = "umbral_admin"
path = "src/lib.rs"
[[test]]
name = "base_path_fragments"
path = "tests/base_path_fragments.rs"
[[test]]
name = "cross_crate_o2o"
path = "tests/cross_crate_o2o.rs"
[[test]]
name = "extensibility"
path = "tests/extensibility.rs"
[[test]]
name = "file_image_upload"
path = "tests/file_image_upload.rs"
[[test]]
name = "gaps2_33_rlp_off"
path = "tests/gaps2_33_rlp_off.rs"
[[test]]
name = "gaps2_33_rlp_on"
path = "tests/gaps2_33_rlp_on.rs"
[[test]]
name = "image_upload"
path = "tests/image_upload.rs"
[[test]]
name = "image_upload_no_backend"
path = "tests/image_upload_no_backend.rs"
[[test]]
name = "inlines"
path = "tests/inlines.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "m2m_bounded_fetch"
path = "tests/m2m_bounded_fetch.rs"
[[test]]
name = "o2o_child_sugar"
path = "tests/o2o_child_sugar.rs"
[[test]]
name = "phase1_shell"
path = "tests/phase1_shell.rs"
[[test]]
name = "phase2_datatable"
path = "tests/phase2_datatable.rs"
[[test]]
name = "phase2_sheet"
path = "tests/phase2_sheet.rs"
[[test]]
name = "phase3_action_permissions"
path = "tests/phase3_action_permissions.rs"
[[test]]
name = "phase3_actions"
path = "tests/phase3_actions.rs"
[[test]]
name = "phase3_actions_str_pk"
path = "tests/phase3_actions_str_pk.rs"
[[test]]
name = "phase3_fk_picker"
path = "tests/phase3_fk_picker.rs"
[[test]]
name = "phase3_inline_edit"
path = "tests/phase3_inline_edit.rs"
[[test]]
name = "phase4_audit"
path = "tests/phase4_audit.rs"
[[test]]
name = "phase4_dashboard"
path = "tests/phase4_dashboard.rs"
[[test]]
name = "phase4_files"
path = "tests/phase4_files.rs"
[[test]]
name = "phase4_palette"
path = "tests/phase4_palette.rs"
[[test]]
name = "phase4_user_prefs"
path = "tests/phase4_user_prefs.rs"
[[test]]
name = "phase5_polish"
path = "tests/phase5_polish.rs"
[[test]]
name = "sidebar_no_perm_gate"
path = "tests/sidebar_no_perm_gate.rs"
[[test]]
name = "sidebar_perm_gate"
path = "tests/sidebar_perm_gate.rs"
[[test]]
name = "soft_delete_admin"
path = "tests/soft_delete_admin.rs"
[[test]]
name = "write_error_per_field"
path = "tests/write_error_per_field.rs"
[dependencies.axum]
version = "0.8"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.futures-util]
version = "0.3"
[dependencies.minijinja]
version = "2"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.serde_urlencoded]
version = "0.7"
[dependencies.sqlx]
version = "0.8"
features = [
"sqlite",
"runtime-tokio",
"chrono",
"uuid",
]
[dependencies.tokio]
version = "1"
features = ["rt"]
[dependencies.tracing]
version = "0.1"
[dependencies.umbral]
version = "0.0.3"
[dependencies.umbral-auth]
version = "0.0.3"
[dependencies.umbral-permissions]
version = "0.0.3"
[dependencies.umbral-security]
version = "0.0.3"
[dependencies.umbral-sessions]
version = "0.0.3"
[dependencies.uuid]
version = "1"
features = [
"serde",
"v7",
]
[dev-dependencies.axum]
version = "0.8"
[dev-dependencies.chrono]
version = "0.4"
features = ["serde"]
[dev-dependencies.http]
version = "1"
[dev-dependencies.http-body-util]
version = "0.1"
[dev-dependencies.serde]
version = "1"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.serde_urlencoded]
version = "0.7"
[dev-dependencies.sqlx]
version = "0.8"
features = [
"sqlite",
"runtime-tokio",
"chrono",
"uuid",
]
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt",
"rt-multi-thread",
"sync",
]
[dev-dependencies.tower]
version = "0.5"
features = ["util"]