cgp-tests 0.7.0

Context-generic programming meta crate
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.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"