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