anvilforge-test 0.2.0

Anvilforge test utilities: HTTP test client, factories, fakes for mail/queue/notification.
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 = "anvilforge-test"
version = "0.2.0"
authors = ["Anvilforge contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Anvilforge test utilities: HTTP test client, factories, fakes for mail/queue/notification."
homepage = "https://github.com/anvilforge/anvilforge"
readme = "README.md"
keywords = [
    "test",
    "testing",
    "web",
    "anvilforge",
]
categories = [
    "development-tools::testing",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/anvilforge/anvilforge"

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

[dependencies.anvilforge-core]
version = "0.2.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.7"
features = [
    "macros",
    "ws",
    "multipart",
]

[dependencies.bytes]
version = "1.7"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.fake]
version = "3.0"
features = [
    "derive",
    "chrono",
    "uuid",
]

[dependencies.http]
version = "1.1"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio-rustls",
    "postgres",
    "mysql",
    "sqlite",
    "macros",
    "chrono",
    "uuid",
    "json",
    "any",
]

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

[dependencies.tower]
version = "0.5"
features = ["util"]

[dependencies.uuid]
version = "1.10"
features = [
    "v4",
    "v7",
    "serde",
]