gentian 0.1.8

gentian: a proc macro that transforms generators to state machines
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 = "2021"
name = "gentian"
version = "0.1.8"
authors = ["darsvador"]
exclude = ["images/*", "cfg_state.dot", "state_machines.rs"]
description = "gentian: a proc macro that transforms generators to state machines"
documentation = "https://docs.rs/gentian"
readme = "./README.md"
keywords = ["generator", "future", "proc-macro", "future"]
categories = ["asynchronous", "rust-patterns"]
license-file = "LICENSE"
repository = "https://github.com/darsvador/generator"
resolver = "2"

[lib]
proc-macro = true
[dependencies.bae]
version = "0.1.7"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"
features = ["full", "visit-mut", "extra-traits"]

[features]
co_await = []
default = ["co_await"]