# 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-cfg" version = "0.2.5" authors = ["Sergey V. Kokorin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A procedure macro to unify sync and async implementations depending on the features of your crate" documentation = "https://docs.rs/maybe-async-cfg" readme = "README.md" keywords = [ "maybe", "async", "futures", "macros", "proc_macro", ] license = "MIT" repository = "https://github.com/nvksv/maybe-async-cfg" [lib] name = "maybe_async_cfg" path = "src/lib.rs" proc-macro = true [dependencies.manyhow] version = "0.11" features = ["syn1"] [dependencies.proc-macro2] version = "1.0" [dependencies.pulldown-cmark] version = "0.11" optional = true default-features = false [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = [ "visit-mut", "full", "extra-traits", ] [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] debug = [] default = ["doctests"] doctests = ["pulldown-cmark"] no-debug = [] [badges.maintenance] status = "actively-developed"