[package]
edition = "2021"
rust-version = "1.89.0"
name = "adminx-audit"
version = "3.1.0"
authors = [
"Snm Maurya <xsmmaurya@gmail.com>",
"Deepak Maurya <deepxmaurya@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pluggable audit logging for the adminx admin-panel framework. Records who changed what, with a before/after diff per column, over SeaORM or MongoDB, browsable from the panel."
homepage = "https://github.com/srotas-space/adminx"
documentation = "https://docs.rs/adminx-audit"
readme = "README.md"
keywords = [
"admin",
"audit",
"logging",
"actix",
"axum",
]
categories = [
"web-programming",
"database",
]
license = "MIT"
repository = "https://github.com/srotas-space/adminx"
[lib]
name = "adminx_audit"
path = "src/lib.rs"
[dependencies.adminx-core]
version = "3.1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
version = "0.4"
features = [
"clock",
"std",
]
default-features = false
[dependencies.once_cell]
version = "1"
[dependencies.serde_json]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.async-trait]
version = "0.1"
[dev-dependencies.tokio]
version = "1"
features = ["full"]