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