# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "timely-master" version = "0.13.0-dev.1" authors = ["Frank McSherry "] 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" [lib] name = "timely" [dependencies.abomonation] version = "0.7.3" [dependencies.abomonation_derive] version = "0.5" [dependencies.crossbeam-channel] version = "0.5.0" [dependencies.futures-util] version = "0.3" [dependencies.getopts-dep] version = "0.2.14" optional = true package = "getopts" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.timely-bytes-master] version = "=0.13.0-dev.1" [dependencies.timely-communication-master] version = "=0.13.0-dev.1" default-features = false [dependencies.timely-container-master] version = "=0.13.0-dev.1" [dependencies.timely-logging-master] version = "=0.13.0-dev.1" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [features] bincode = ["timely-communication-master/bincode"] default = ["getopts"] getopts = [ "getopts-dep", "timely-communication-master/getopts", ]