# 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-plus" version = "0.3.0" authors = ["sifyfy "] description = "A sqlx extension library focused on making INSERT more convenient." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/sifyfy/sqlx-plus" resolver = "2" [dependencies.anyhow] version = "1" features = ["backtrace"] [dependencies.async-trait] version = "0.1" [dependencies.itertools] version = "0.10" [dependencies.sqlx] version = "0.6" features = [ "runtime-tokio-rustls", "all-types", ] [dependencies.sqlx-plus-macros] version = "0.1" [dependencies.tokio] version = "1" features = ["full"] [features] mssql = ["sqlx/mssql"] mysql = ["sqlx/mysql"] postgres = ["sqlx/postgres"] sqlite = ["sqlx/sqlite"]