[dependencies.async-trait]
version = "0.1"
[dependencies.eyre]
version = "0.6"
[dependencies.quote]
version = "1.0"
[dependencies.sqlx]
default-features = false
features = ["runtime-tokio", "sqlite", "postgres"]
version = "0.7"
[dependencies.syn]
version = "2.0"
[dev-dependencies.sqlx]
default-features = false
features = ["runtime-tokio", "macros", "sqlite", "postgres"]
version = "0.7"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.19"
[lib]
proc-macro = true
[package]
authors = ["Filip Bucek <fbucek@invloop.cz>"]
description = "Sqlx derive macro for simpler inserts"
edition = "2018"
exclude = [".github/*"]
license = "MIT"
name = "sqlxinsert"
readme = "README.md"
repository = "https://github.com/fbucek/sqlxinsert"
version = "0.8.0"