timely 0.10.0

A low-latency data-parallel dataflow system in Rust
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]
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"]