test-context 0.5.5

A library for providing custom setup/teardown for Rust tests without needing a test harness
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.91.0"
name = "test-context"
version = "0.5.5"
authors = [
    "Mark Hildreth <mark.k.hildreth@gmail.com>",
    "Victor Martinez <victor.martinez@jaster.xyz>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for providing custom setup/teardown for Rust tests without needing a test harness"
homepage = "https://codeberg.org/JasterV/test-context"
readme = "README.md"
keywords = [
    "test",
    "setup",
    "teardown",
]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://codeberg.org/JasterV/test-context"
resolver = "2"

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

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

[dependencies.futures]
version = "0.3"

[dependencies.test-context-macros]
version = "0.5.5"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "macros",
    "rt",
]