[dependencies.cgp-async-macro]
version = "0.4.1"
[lib]
name = "cgp_sync"
path = "src/lib.rs"
[package]
authors = ["Soares Chen <soares.chen@maybevoid.com>", "Informal Systems <hello@informal.systems>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Async-generic primitives to support both sync/async in context-generic programming
"""
edition = "2021"
keywords = ["cgp"]
license = "Apache-2.0"
name = "cgp-sync"
readme = false
repository = "https://github.com/contextgeneric/cgp"
rust-version = "1.81"
version = "0.4.1"