sqlx-macros-oldapi 0.6.52

Macros for SQLx, the rust SQL toolkit. Not intended to be used directly.
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-macros-oldapi"
version = "0.6.52"
authors = [
    "Ryan Leckey <leckey.ryan@gmail.com>",
    "Austin Bonander <austin.bonander@gmail.com>",
    "Chloe Ross <orangesnowfox@gmail.com>",
    "Daniel Akhterov <akhterovd@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for SQLx, the rust SQL toolkit. Not intended to be used directly."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/lovasoa/sqlx"

[features]
_rt-async-std = []
_rt-tokio = []
bigdecimal = ["sqlx-core/bigdecimal"]
bit-vec = ["sqlx-core/bit-vec"]
chrono = ["sqlx-core/chrono"]
decimal = ["sqlx-core/decimal"]
default = [
    "runtime-tokio-native-tls",
    "migrate",
]
ipnetwork = ["sqlx-core/ipnetwork"]
json = [
    "sqlx-core/json",
    "serde_json",
]
mac_address = ["sqlx-core/mac_address"]
migrate = [
    "sha2",
    "sqlx-core/migrate",
]
mssql = ["sqlx-core/mssql"]
mysql = ["sqlx-core/mysql"]
offline = [
    "sqlx-core/offline",
    "hex",
    "serde",
    "serde_json",
    "sha2",
]
postgres = ["sqlx-core/postgres"]
runtime-actix-native-tls = ["runtime-tokio-native-tls"]
runtime-actix-rustls = ["runtime-tokio-rustls"]
runtime-async-std-native-tls = [
    "sqlx-core/runtime-async-std-native-tls",
    "sqlx-rt/runtime-async-std-native-tls",
    "_rt-async-std",
]
runtime-async-std-rustls = [
    "sqlx-core/runtime-async-std-rustls",
    "sqlx-rt/runtime-async-std-rustls",
    "_rt-async-std",
]
runtime-tokio-native-tls = [
    "sqlx-core/runtime-tokio-native-tls",
    "sqlx-rt/runtime-tokio-native-tls",
    "_rt-tokio",
]
runtime-tokio-rustls = [
    "sqlx-core/runtime-tokio-rustls",
    "sqlx-rt/runtime-tokio-rustls",
    "_rt-tokio",
]
sqlite = ["sqlx-core/sqlite"]
time = ["sqlx-core/time"]
uuid = ["sqlx-core/uuid"]

[lib]
name = "sqlx_macros_oldapi"
path = "src/lib.rs"
proc-macro = true

[dependencies.dotenvy]
version = "0.15.0"
default-features = false

[dependencies.either]
version = "1.6.1"

[dependencies.heck]
version = "0.5"

[dependencies.hex]
version = "0.4.3"
optional = true

[dependencies.once_cell]
version = "1.9.0"

[dependencies.proc-macro2]
version = "1.0.36"
default-features = false

[dependencies.quote]
version = "1.0.14"
default-features = false

[dependencies.serde]
version = "1.0.132"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0.73"
optional = true

[dependencies.sha2]
version = "0.10.0"
optional = true

[dependencies.sqlx-core]
version = "0.6.52"
features = [
    "any",
    "aws_lc_rs",
    "tls12",
]
default-features = false
package = "sqlx-core-oldapi"

[dependencies.sqlx-rt]
version = "0.6.52"
features = ["aws_lc_rs"]
default-features = false
package = "sqlx-rt-oldapi"

[dependencies.syn]
version = "2.0.101"
features = [
    "full",
    "parsing",
    "printing",
    "derive",
    "clone-impls",
    "proc-macro",
]
default-features = false

[dependencies.url]
version = "2.2.2"
default-features = false

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(procmacro2_semver_exempt)",
    "cfg(sqlx_macros_unstable)",
]