# 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-core" version = "0.8.2" authors = [ "Ryan Leckey ", "Austin Bonander ", "Chloe Ross ", "Daniel Akhterov ", ] description = "Macro support core for SQLx, the Rust SQL toolkit. Not intended to be used directly." license = "MIT OR Apache-2.0" repository = "https://github.com/launchbadge/sqlx" [dependencies.async-std] version = "1.12" optional = 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" [dependencies.once_cell] version = "1.9.0" [dependencies.proc-macro2] version = "1.0.79" default-features = false [dependencies.quote] version = "1.0.26" default-features = false [dependencies.serde] version = "1.0.132" features = ["derive"] [dependencies.serde_json] version = "1.0.73" [dependencies.sha2] version = "0.10.0" [dependencies.sqlx-core] version = "=0.8.2" features = ["offline"] [dependencies.sqlx-mysql] version = "=0.8.2" features = [ "offline", "migrate", ] optional = true [dependencies.sqlx-postgres] version = "=0.8.2" features = [ "offline", "migrate", ] optional = true [dependencies.sqlx-sqlite] version = "=0.8.2" features = [ "offline", "migrate", ] optional = true [dependencies.syn] version = "2.0.52" features = [ "full", "derive", "parsing", "printing", "clone-impls", ] default-features = false [dependencies.tempfile] version = "3.10.1" [dependencies.tokio] version = "1" features = [ "time", "net", "sync", "fs", "io-util", "rt", ] optional = true default-features = false [dependencies.url] version = "2.2.2" default-features = false [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