sz-orm-audit 3.5.0

SQL audit log: execution audit trail with case-insensitive sensitive-keyword masking (password/token/credit_card) and JSON flush
Documentation
[package]

name = "sz-orm-audit"

description = "SQL audit log: execution audit trail with case-insensitive sensitive-keyword masking (password/token/credit_card) and JSON flush"

version.workspace = true

edition.workspace = true

authors.workspace = true

license.workspace = true

repository.workspace = true

homepage.workspace = true

keywords.workspace = true

categories.workspace = true



[dependencies]

serde = { version = "1.0", features = ["derive"] }

serde_json = "1.0"

# #11 修复:审计日志哈希链防篡改(SHA-256 密码学哈希)

sha2 = { workspace = true }



[lints]

workspace = true