thyme-sql 0.1.5

Performance benchmark tool for Postgres queries
# 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 = "2024"
name = "thyme-sql"
version = "0.1.5"
authors = ["Charlie Eeles <charlie.eeles@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Performance benchmark tool for Postgres queries"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Charlie-Eeles/thyme-sql"

[[bin]]
name = "thyme-sql"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.43"
features = ["derive"]

[dependencies.comfy-table]
version = "7.1.4"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.poppy-sql]
version = "0.1.7"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio",
    "postgres",
]

[dependencies.tokio]
version = "1.47.1"
features = ["full"]