timely 0.0.16

A low-latency data-parallel dataflow system in Rust
Documentation
[package]

name = "timely"
version = "0.0.16"
authors = ["Frank McSherry <fmcsherry@me.com>"]

description = "A low-latency data-parallel dataflow system in Rust"

# These URLs point to more information about the repository
documentation = "https://frankmcsherry.github.com/timely-dataflow"
homepage = "https://github.com/frankmcsherry/timely-dataflow"
repository = "https://github.com/frankmcsherry/timely-dataflow.git"
keywords = ["timely", "dataflow"]
license = "MIT"

[features]
default=[]
logging=[]

[dependencies]
abomonation="0.4.4"
timely_sort="0.1.6"
timely_communication="^0.1.5"
byteorder="0.4.2"
time="0.1.34"

[dev-dependencies]
getopts="0.2.14"
rand="0.3.13"