ares-test-support 0.11.4

Shared live-test database harness for ARES integration tests (dev-only)
Documentation
# 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 = "ares-test-support"
version = "0.11.4"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared live-test database harness for ARES integration tests (dev-only)"
readme = false
license = "MIT"
repository = "https://github.com/dirmacs/ares"

[lib]
name = "ares_test_support"
path = "src/lib.rs"

[dependencies.ares-store]
version = ">=0.11.0, <0.12.0"
features = ["postgres"]

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.dtor]
version = "1.0.6"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio",
    "postgres",
    "tls-rustls",
    "uuid",
    "chrono",
    "json",
    "migrate",
    "rust_decimal",
]

[dependencies.tokio]
version = "1.48"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "sync",
    "time",
    "io-util",
    "signal",
    "fs",
    "process",
]