# 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 = "tasks" version = "0.1.0" authors = ["Gurinder Singh "] description = "A task parallel library in Rust similar to TPL in C#" homepage = "https://github.com/gurry/tasks" documentation = "https://github.com/gurry/tasks" readme = "README.md" keywords = ["tasks", "async", "tpl", "futures", "concurrency"] categories = ["concurrency", "asynchronous"] license = "MIT" repository = "https://github.com/gurry/tasks" [dependencies]