# 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-conditional-queries" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Compile-time conditional queries for SQLx" readme = "README.md" keywords = [ "sqlx", "database", ] categories = ["database"] license = "MIT OR Apache-2.0" repository = "https://github.com/kyrias/sqlx-conditional-queries" [package.metadata.docs.rs] features = ["postgres"] [lib] name = "sqlx_conditional_queries" path = "src/lib.rs" [dependencies.futures-core] version = "0.3.30" [dependencies.sqlx-conditional-queries-macros] version = "0.2" [features] mysql = ["sqlx-conditional-queries-macros/mysql"] postgres = ["sqlx-conditional-queries-macros/postgres"] sqlite = ["sqlx-conditional-queries-macros/sqlite"]