xasync-macro 0.1.7

Procedural Macros for Cyberex Async
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"
name = "xasync-macro"
version = "0.1.7"
authors = [
    "Su",
    "469446490@qq.com",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Procedural Macros for Cyberex Async
"""
readme = false
keywords = [
    "procedural-macro",
    "macro",
    "async",
    "actor",
]
license = "MIT"
repository = "https://gitee.com/swq123459/cyberex.git"
resolver = "2"

[lib]
name = "xasync_macro"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "drive_actor_tests"
path = "tests/drive_actor_tests.rs"

[dependencies.anyhow]
version = "1"

[dependencies.cyberex_xasync]
version = "0.1"

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = ["full"]

[dependencies.tokio]
version = "1"
features = ["sync"]

[dev-dependencies.cyberex]
version = "0.3"
features = ["full"]

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.static_assertions]
version = "1.1"

[dev-dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.tokio]
version = "1"
features = ["full"]