futures-await-test 0.1.2

Async test support for Rust through a procedural macro. This crate defines the `#[async_test]` attribute to make writing tests that use async/await easier.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "futures-await-test"
version = "0.1.2"
authors = ["Gergely Nagy <ngg@ngg.hu>"]
description = "Async test support for Rust through a procedural macro. This crate defines the\n`#[async_test]` attribute to make writing tests that use async/await easier.\n"
homepage = "https://github.com/ngg/futures-await-test"
readme = "README.md"
keywords = ["async"]
categories = ["asynchronous", "rust-patterns"]
license = "MIT"
repository = "https://github.com/ngg/futures-await-test"

[lib]
proc-macro = true
[dependencies.proc-macro2]
version = "0.2"
features = ["nightly"]

[dependencies.quote]
version = "0.4"

[dependencies.syn]
version = "0.12"
features = ["full", "parsing", "printing"]
default-features = false
[dev-dependencies.futures-await]
version = "0.1"
[badges.travis-ci]
repository = "ngg/futures-await-test"