[dependencies.cgp]
version = "0.5.0"
[dependencies.const_format]
version = "0.2.34"
[dependencies.futures]
version = "0.3.31"
[lib]
name = "cgp_tests"
path = "src/lib.rs"
[package]
authors = ["Soares Chen <soares.chen@maybevoid.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Context-generic programming meta crate
"""
edition = "2024"
keywords = ["cgp"]
license = "Apache-2.0"
name = "cgp-tests"
readme = false
repository = "https://github.com/contextgeneric/cgp"
rust-version = "1.89"
version = "0.5.0"
[[test]]
name = "dispatcher_macro"
path = "tests/dispatcher_macro.rs"
[[test]]
name = "extensible_data"
path = "tests/extensible_data.rs"
[[test]]
name = "handler"
path = "tests/handler.rs"