[package]
name = "hyperdb-api-derive"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "Procedural macros for hyperdb-api (FromRow derive)"
license.workspace = true
repository.workspace = true
homepage.workspace = true
readme = "README.md"
keywords = ["database", "hyper", "derive", "proc-macro"]
categories = ["database"]
[lib]
proc-macro = true
[features]
compile-time = ["dep:hyperdb-compile-check"]
[dependencies]
syn = { version = "2", features = ["full"] }
quote = "1"
proc-macro2 = "1"
hyperdb-compile-check = { path = "../hyperdb-compile-check", version = "=0.4.0", optional = true }
[dev-dependencies]
hyperdb-api = { path = "../hyperdb-api" }
trybuild = { version = "1", features = ["diff"] }
[lints]
workspace = true