desync 0.2.0

A hassle-free data type for asynchronous programming
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 = "desync"
version = "0.2.0"
authors = ["Andrew Hunter <andrew@logicalshift.io>"]
description = "A hassle-free data type for asynchronous programming"
homepage = "https://github.com/Logicalshift/desync"
documentation = "http://docs.rs/desync/"
readme = "README.md"
keywords = ["async", "futures", "concurrency"]
categories = ["concurrency", "asynchronous", "algorithms", "data-structures"]
license = "Apache-2.0"
repository = "https://github.com/Logicalshift/desync"
[dependencies.futures]
version = "0.1"

[dependencies.lazy_static]
version = "0.2"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.num_cpus]
version = "1.0"