[package]
edition = "2018"
name = "timely"
version = "0.10.0"
authors = ["Frank McSherry <fmcsherry@me.com>"]
description = "A low-latency data-parallel dataflow system in Rust"
homepage = "https://github.com/TimelyDataflow/timely-dataflow"
documentation = "https://docs.rs/timely/"
readme = "../README.md"
keywords = ["timely", "dataflow"]
license = "MIT"
repository = "https://github.com/TimelyDataflow/timely-dataflow.git"
[dependencies.abomonation]
version = "0.7"
[dependencies.abomonation_derive]
version = "0.3"
[dependencies.serde]
version = "1.0"
[dependencies.serde_derive]
version = "1.0"
[dependencies.timely_bytes]
version = "0.10"
[dependencies.timely_communication]
version = "0.10"
[dependencies.timely_logging]
version = "0.10"
[dev-dependencies.rand]
version = "0.4"
[dev-dependencies.timely_sort]
version = "0.1.6"
[features]
bincode = ["timely_communication/bincode"]