nidus-testing 1.0.0

Test application harness, request builders, response helpers, and provider overrides for Nidus.
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 = "2024"
rust-version = "1.96"
name = "nidus-testing"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test application harness, request builders, response helpers, and provider overrides for Nidus."
homepage = "https://vicotrbb.github.io/nidus/"
readme = false
keywords = [
    "framework",
    "axum",
    "di",
    "http",
    "backend",
]
categories = [
    "web-programming::http-server",
    "asynchronous",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vicotrbb/nidus"
resolver = "2"

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

[[test]]
name = "config_overrides"
path = "tests/config_overrides.rs"

[[test]]
name = "http_testing"
path = "tests/http_testing.rs"

[[test]]
name = "lifecycle_hooks"
path = "tests/lifecycle_hooks.rs"

[[test]]
name = "provider_overrides"
path = "tests/provider_overrides.rs"

[[test]]
name = "request_builder"
path = "tests/request_builder.rs"

[[test]]
name = "request_scope"
path = "tests/request_scope.rs"

[dependencies.axum]
version = "0.8"

[dependencies.http]
version = "1"

[dependencies.nidus-config]
version = "1.0.0"

[dependencies.nidus-core]
version = "1.0.0"

[dependencies.nidus-http]
version = "1.0.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_urlencoded]
version = "0.7"

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

[dependencies.tower]
version = "0.5"
features = [
    "limit",
    "timeout",
    "util",
]

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