# 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" rust-version = "1.62" name = "sql_query_builder" version = "2.4.1" authors = ["Belchior Oliveira "] description = "Write SQL queries in a simple and composable way" documentation = "https://docs.rs/sql_query_builder" readme = "README.md" keywords = [ "sql", "query", "database", "postgres", "sqlite", ] license = "MIT" repository = "https://github.com/belchior/sql_query_builder" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] features = [ "postgresql", "sqlite", ] [dev-dependencies.pretty_assertions] version = "=1.4.0" [features] postgresql = [] sqlite = []