[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["extra-traits"]
version = "2.0"
[lib]
name = "fut_ret"
path = "src/lib.rs"
[package]
authors = ["Eason Gao <roderickkao@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers"]
description = """
A rust library to parse the return type generated by async_trait in procedural macro.
"""
edition = "2024"
keywords = ["async-trait", "futures", "proc-macro"]
license = "MIT"
name = "fut-ret"
readme = "README.md"
repository = "https://github.com/KaoImin/fut-ret"
version = "0.3.0"