# 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.75.0" name = "squeal" version = "0.0.6" authors = ["Upside Down Research"] description = "A SQL query builder library for Rust" documentation = "https://docs.rs/squeal" readme = "README.md" license = "LGPL-3.0-or-later" repository = "https://gitlab.com/upside-down-research/oss/squeal" [[bench]] name = "benchmark" harness = false [dependencies.postgres] version = "0.19.7" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.testcontainers] version = "0.15" [dev-dependencies.testcontainers-modules] version = "0.2.1" features = ["postgres"] [features] postgres-docker = []