[package]
name = "timely"
version = "0.0.12"
authors = ["Frank McSherry <fmcsherry@me.com>"]
description = "A low-latency data-parallel dataflow system in Rust"
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.*"
timely_communication="0.1.*"
byteorder="0.4.2"
time="0.1.34"
[dev-dependencies]
getopts="0.2.14"
rand="0.3.13"
timely_sort="0.1.1"