[package]
edition = "2021"
name = "sqlxgentools_attrs"
version = "0.3.0"
authors = ["Matthieu Bessat <rust-dev@mbess.net>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc-macros to allow automatic migrations and repositories generation from models by the sqlxgentools CLI tools."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://forge.lefuturiste.fr/mbess/sqlxgentools"
[lib]
name = "sqlxgentools_attrs"
path = "src/lib.rs"
proc-macro = true
[dependencies.attribute-derive]
version = "0.10.3"
[dependencies.proc-macro2]
version = "1.0.92"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "1.0"
[lints.clippy]
uninlined_format_args = "allow"