| # 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 = "maybe-async" |
| version = "0.2.10" |
| authors = ["Guoli Lyu <[email protected]>"] |
| description = "A procedure macro to unify SYNC and ASYNC implementation" |
| documentation = "https://docs.rs/maybe-async" |
| readme = "README.md" |
| keywords = [ |
| "maybe", |
| "async", |
| "futures", |
| "macros", |
| "proc_macro", |
| ] |
| license = "MIT" |
| repository = "https://github.com/fMeow/maybe-async-rs" |
| |
| [lib] |
| path = "src/lib.rs" |
| proc-macro = true |
| |
| [dependencies.proc-macro2] |
| version = "1.0" |
| |
| [dependencies.quote] |
| version = "1.0" |
| |
| [dependencies.syn] |
| version = "2.0" |
| features = [ |
| "visit-mut", |
| "full", |
| ] |
| |
| [dev-dependencies.async-std] |
| version = "1" |
| features = ["attributes"] |
| |
| [dev-dependencies.async-trait] |
| version = "0.1" |
| |
| [dev-dependencies.tokio] |
| version = "1" |
| features = [ |
| "macros", |
| "rt-multi-thread", |
| ] |
| |
| [dev-dependencies.trybuild] |
| version = "1" |
| features = ["diff"] |
| |
| [features] |
| default = [] |
| is_sync = [] |
| |
| [badges.maintenance] |
| status = "actively-developed" |