# 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_wasi" version = "0.6.2" authors = [ "Ryan Leckey ", "Austin Bonander ", "Chloe Ross ", "Daniel Akhterov ", ] description = "Macros for SQLx, the rust SQL toolkit. Not intended to be used directly." license = "MIT OR Apache-2.0" repository = "https://github.com/WasmEdge/sqlx" [lib] name = "sqlx_macros" 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.4" features = ["unicode"] [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.2" features = ["any"] default-features = false package = "sqlx-core_wasi" [dependencies.sqlx-rt] version = "0.6.2" default-features = false package = "sqlx-rt_wasi" [dependencies.syn] version = "1.0.84" features = ["full"] default-features = false [dependencies.url] version = "2.2.2" default-features = false [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-rustls", "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"]