[package]
name = "sz-orm-sql-validator"
description = "Runtime SQL validation: SELECT-only, injection detection, type checking"
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]
thiserror.workspace = true
regex = "1"
[lib]
name = "sz_orm_sql_validator"
path = "src/lib.rs"
[lints]
workspace = true