# 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 = "sqly" version = "0.3.0" authors = ["Lander Moors "] description = "A lightweight macro system on top of sqlx" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/LMOORS30/sqly" [package.metadata.docs.rs] features = ["postgres"] targets = ["x86_64-unknown-linux-gnu"] [dependencies.sqlx] version = "0.8.0" default-features = false [dependencies.sqly-macros] version = "=0.3.0" [features] mariadb = [ "sqlx/mysql", "sqly-macros/mariadb", ] mysql = [ "sqlx/mysql", "sqly-macros/mysql", ] postgres = [ "sqlx/postgres", "sqly-macros/postgres", ] sqlite = [ "sqlx/sqlite", "sqly-macros/sqlite", ] unchecked = ["sqly-macros/unchecked"]