par-map 0.1.3

Parallel map and flat_map.
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 = "par-map"
version = "0.1.3"
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
description = "Parallel map and flat_map."
documentation = "https://docs.rs/par-map"
readme = "README.md"
keywords = ["parallel", "iterator"]
categories = ["concurrency"]
license = "WTFPL"
repository = "https://github.com/TeXitoi/par-map"
[dependencies.futures]
version = "0.1.13"

[dependencies.futures-cpupool]
version = "0.1.5"

[dependencies.num_cpus]
version = "1.2"

[dependencies.pub-iterator-type]
version = "0.1"
[badges.appveyor]
repository = "TeXitoi/par-map"

[badges.travis-ci]
repository = "TeXitoi/par-map"