atrg-testing 0.2.2

Test utilities for at-rust-go applications
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"
rust-version = "1.80"
name = "atrg-testing"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test utilities for at-rust-go applications"
readme = "README.md"
license = "LGPL-3.0-only"
repository = "https://github.com/tellmeY18/at-rust-go"

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

[dependencies.anyhow]
version = "1"

[dependencies.atrg-auth]
version = "0.2.2"
default-features = true

[dependencies.atrg-core]
version = "0.2.2"
default-features = true

[dependencies.atrg-db]
version = "0.2.2"
features = ["sqlite"]
default-features = true

[dependencies.atrg-identity]
version = "0.2.2"

[dependencies.axum]
version = "0.8"
features = ["macros"]

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

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

[dependencies.serde_json]
version = "1"

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

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.hyper]
version = "1"