acktor-derive 1.1.1

Derive macros for the acktor actor 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.88"
name = "acktor-derive"
version = "1.1.1"
authors = ["Chao Gu"]
build = false
exclude = ["tests/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for the acktor actor framework"
readme = "README.md"
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/asymmetry/acktor"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
ipc = []

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

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

[dependencies.quote]
version = "1.0"

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

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

[dev-dependencies.pretty_assertions]
version = "1.4"

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