# 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.1.1" authors = ["Alex Crichton "] 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.1" [dependencies.futures-await-async-macro] version = "0.1" [dependencies.futures-await-await-macro] version = "0.1" [dev-dependencies.futures-cpupool] version = "0.1" [dev-dependencies.tokio-core] version = "0.1" [dev-dependencies.tokio-io] version = "0.1"