# 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 = "qjack" version = "0.1.3" authors = ["kanarus "] description = "ergonomic sqlx wrapper for nightly Rust" homepage = "https://crates.io/crates/qjack" documentation = "https://docs.rs/qjack/" readme = "./README.md" keywords = [ "database", "async", "postgres", "mysql", "sqlite", ] categories = [ "database", "asynchronous", ] license = "MIT" repository = "https://github.com/kana-rus/qjack" [dependencies.futures-util] version = "0.3" [dependencies.qjack_macros] version = "0.2.0" [dependencies.sqlx] version = "0.6" [features] db_mysql = ["sqlx/mysql"] db_postgres = ["sqlx/postgres"] db_sqlite = ["sqlx/sqlite"] rt_async-std = ["sqlx/runtime-async-std-native-tls"] rt_tokio = ["sqlx/runtime-tokio-native-tls"]