generated from phundrak/rust-poem-openapi-template
23 lines
639 B
TOML
23 lines
639 B
TOML
|
[package]
|
||
|
name = "georm-macros"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
|
||
|
description = "Macros for Georm, the small, opiniated SQLx ORM for PostgreSQL. Not intended to be used directly."
|
||
|
homepage = "https://labs.phundrak.com/phundrak/gejdr-rs"
|
||
|
repository = "https://labs.phundrak.com/phundrak/gejdr-rs"
|
||
|
license = "MIT OR GPL-3.0-or-later"
|
||
|
keywords = ["sqlx", "orm", "postgres", "postgresql", "database", "async"]
|
||
|
categories = ["database"]
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
deluxe = "0.5.0"
|
||
|
proc-macro2 = "1.0.93"
|
||
|
quote = "1.0.38"
|
||
|
syn = "2.0.96"
|
||
|
|
||
|
[lints.rust]
|
||
|
unsafe_code = "forbid"
|