dstest 0.1.5

Deterministic Simulation Testing for containerised services
# 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 = "dstest"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic Simulation Testing for containerised services"
documentation = "https://docs.rs/dstest"
readme = "README.md"
keywords = [
    "docker",
    "testing",
    "chaos",
    "simulation",
    "fault-injection",
]
categories = [
    "development-tools::testing",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/bxrne/dstest"

[[bin]]
name = "dstest"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.bollard]
version = "0.21.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.mlua]
version = "0.12.0"
features = [
    "luajit",
    "async",
    "vendored",
]

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "tls-rustls",
    "postgres",
]

[dependencies.tokio]
version = "1"
features = [
    "full",
    "rt-multi-thread",
    "macros",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"