futures-await 0.2.0-alpha

Async/await syntax for Rust through a procedural macro. This crate defines the `#[async]` macro for functions, the `await!` macro for function bodies, and intends to be used with the `futures` crate on crates.io as well.
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"
version = "0.2.0-alpha"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Async/await syntax for Rust through a procedural macro. This crate defines the\n`#[async]` macro for functions, the `await!` macro for function bodies, and\nintends to be used with the `futures` crate on crates.io as well.\n"
homepage = "https://github.com/alexcrichton/futures-await"
documentation = "https://docs.rs/futures-await"
readme = "README.md"
keywords = ["async"]
categories = ["asynchronous", "rust-patterns"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/futures-await"
[dependencies.futures]
version = "0.2.0-alpha"

[dependencies.futures-await-async-macro]
version = "0.2.0-alpha"

[dependencies.futures-await-await-macro]
version = "0.2.0-alpha"

[dependencies.futures-stable]
version = "0.2.0-alpha"

[dependencies.pin-api]
version = "0.1.1"