async-codegen 0.12.1

Minimalist async-IO code generation framework.
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.90.0"
name = "async-codegen"
version = "0.12.1"
authors = ["Anand Beh <a248-dev@tuta.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimalist async-IO code generation framework."
homepage = "https://codeberg.org/A248/async-codegen"
readme = "README.md"
keywords = [
    "async",
    "codegen",
    "rust",
    "generator",
]
categories = ["development-tools::build-utils"]
license = "Apache-2.0"
repository = "https://codeberg.org/A248/async-codegen"

[lib]
name = "async_codegen"
path = "src/lib.rs"