[badges.maintenance]
status = "actively-developed"
[dependencies.derive_more]
features = ["from"]
version = "2.0.1"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["visit-mut", "full", "extra-traits"]
version = "2.0"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1"
[dev-dependencies.async-trait]
version = "0.1"
[dev-dependencies.macrotest]
version = "1.1"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1"
[lib]
name = "split_async"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Pietro Gorilskij <contact@gorilskij.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A procedural macro to generate sync and async versions of a function"
documentation = "https://docs.rs/split-async"
edition = "2024"
keywords = ["async", "blocking", "proc-macro", "codegen", "function-generation"]
license = "MIT"
name = "split-async"
readme = "README.md"
repository = "https://github.com/gorilskij/split-async"
version = "0.1.1"
[[test]]
name = "test"
path = "tests/test.rs"
[[test]]
name = "unit-test-util"
path = "tests/unit-test-util.rs"