[dependencies.cgp-async-macro]
version = "0.4.2-alpha"
[dependencies.cgp-sync]
version = "0.4.2-alpha"
[features]
async = []
default = ["full"]
full = ["async", "send", "sync", "static"]
send = ["async"]
static = ["async"]
sync = ["async"]
[lib]
name = "cgp_async"
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-async"
readme = false
repository = "https://github.com/contextgeneric/cgp"
rust-version = "1.81"
version = "0.4.2-alpha"