# 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-tests" version = "0.2.5" authors = ["Sergey V. Kokorin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tests for maybe-async-cfg" documentation = "https://docs.rs/maybe-async-cfg-tests" readme = "README.md" keywords = [ "maybe", "async", "futures", "macros", "proc_macro", ] license = "MIT" repository = "https://github.com/nvksv/maybe-async-cfg-tests" [lib] name = "maybe_async_cfg_tests" path = "src/lib.rs" proc-macro = true [[example]] name = "service_client" path = "examples/service_client.rs" [[example]] name = "service_client_both" path = "examples/service_client_both.rs" [[test]] name = "doctests" path = "tests/doctests.rs" required-features = ["doctests"] [[test]] name = "test" path = "tests/test.rs" [[test]] name = "unit-test-util" path = "tests/unit-test-util.rs" [dependencies.manyhow] version = "0.11" features = ["syn1"] [dependencies.maybe-async-cfg] version = "0.2.5" [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] async_std = [] is_async = [] is_sync = [] tokio = [] [badges.maintenance] status = "actively-developed"