sqlx_insert 0.2.0

Proc macro for generating insert statements for sqlx
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "sqlx_insert"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc macro for generating insert statements for sqlx"
readme = false
license = "Apache-2.0"
repository = "https://github.com/Szymongib/sqlx-insert"

[features]
use-macros = ["sqlx_insert_derive/use-macros"]

[lib]
name = "sqlx_insert"
path = "src/lib.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[[test]]
name = "ui"
path = "tests/ui.rs"

[dependencies.sqlx]
version = "0.8"

[dependencies.sqlx_insert_derive]
version = "0.2.0"

[dev-dependencies.anyhow]
version = "^1"

[dev-dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio-rustls",
    "macros",
    "postgres",
    "sqlite",
    "uuid",
    "chrono",
    "migrate",
]

[dev-dependencies.tempfile]
version = "^3"

[dev-dependencies.testcontainers]
version = "0.12"

[dev-dependencies.tokio]
version = "1.25"
features = ["full"]

[dev-dependencies.trybuild]
version = "1.0.54"

[dev-dependencies.uuid]
version = "0.8.2"
features = ["v4"]