[dependencies.async-std]
optional = true
version = "1.12"
[dependencies.dotenvy]
default-features = false
version = "0.15.0"
[dependencies.either]
version = "1.6.1"
[dependencies.heck]
version = "0.5"
[dependencies.hex]
version = "0.4.3"
[dependencies.once_cell]
version = "1.9.0"
[dependencies.proc-macro2]
default-features = false
version = "1.0.79"
[dependencies.quote]
default-features = false
version = "1.0.26"
[dependencies.serde]
features = ["derive"]
version = "1.0.132"
[dependencies.serde_json]
version = "1.0.73"
[dependencies.sha2]
version = "0.10.0"
[dependencies.sqlx-core]
features = ["offline"]
version = "=0.8.2"
[dependencies.sqlx-mysql]
features = ["offline", "migrate"]
optional = true
version = "=0.8.2"
[dependencies.sqlx-postgres]
features = ["offline", "migrate"]
optional = true
version = "=0.8.2"
[dependencies.sqlx-sqlite]
features = ["offline", "migrate"]
optional = true
version = "=0.8.2"
[dependencies.syn]
default-features = false
features = ["full", "derive", "parsing", "printing", "clone-impls"]
version = "2.0.52"
[dependencies.tempfile]
version = "3.10.1"
[dependencies.tokio]
default-features = false
features = ["time", "net", "sync", "fs", "io-util", "rt"]
optional = true
version = "1"
[dependencies.url]
default-features = false
version = "2.2.2"
[features]
_rt-async-std = ["async-std", "sqlx-core/_rt-async-std"]
_rt-tokio = ["tokio", "sqlx-core/_rt-tokio"]
_tls-native-tls = ["sqlx-core/_tls-native-tls"]
_tls-rustls-aws-lc-rs = ["sqlx-core/_tls-rustls-aws-lc-rs"]
_tls-rustls-ring = ["sqlx-core/_tls-rustls-ring"]
bigdecimal = ["sqlx-core/bigdecimal", "sqlx-mysql?/bigdecimal", "sqlx-postgres?/bigdecimal"]
bit-vec = ["sqlx-core/bit-vec", "sqlx-postgres?/bit-vec"]
chrono = ["sqlx-core/chrono", "sqlx-mysql?/chrono", "sqlx-postgres?/chrono", "sqlx-sqlite?/chrono"]
default = []
derive = []
ipnetwork = ["sqlx-core/ipnetwork", "sqlx-postgres?/ipnetwork"]
json = ["sqlx-core/json", "sqlx-mysql?/json", "sqlx-postgres?/json", "sqlx-sqlite?/json"]
mac_address = ["sqlx-core/mac_address", "sqlx-postgres?/mac_address"]
macros = []
migrate = ["sqlx-core/migrate"]
mysql = ["sqlx-mysql"]
postgres = ["sqlx-postgres"]
rust_decimal = ["sqlx-core/rust_decimal", "sqlx-mysql?/rust_decimal", "sqlx-postgres?/rust_decimal"]
sqlite = ["sqlx-sqlite"]
time = ["sqlx-core/time", "sqlx-mysql?/time", "sqlx-postgres?/time", "sqlx-sqlite?/time"]
uuid = ["sqlx-core/uuid", "sqlx-mysql?/uuid", "sqlx-postgres?/uuid", "sqlx-sqlite?/uuid"]
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
[package]
authors = ["Ryan Leckey <leckey.ryan@gmail.com>", "Austin Bonander <austin.bonander@gmail.com>", "Chloe Ross <orangesnowfox@gmail.com>", "Daniel Akhterov <akhterovd@gmail.com>"]
description = "Macro support core for SQLx, the Rust SQL toolkit. Not intended to be used directly."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "sqlx-macros-core"
repository = "https://github.com/launchbadge/sqlx"
version = "0.8.2"