# 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 = "2021" name = "differential-dataflow-master" version = "0.13.0-dev.1" authors = ["Frank McSherry "] description = "An incremental data-parallel dataflow platform" homepage = "https://github.com/TimelyDataflow/differential-dataflow" documentation = "https://docs.rs/differential-dataflow" readme = "README.md" keywords = [ "differential", "dataflow", ] license = "MIT" repository = "https://github.com/TimelyDataflow/differential-dataflow.git" [profile.release] opt-level = 3 lto = true codegen-units = 4 debug = 2 debug-assertions = false rpath = false [lib] name = "differential_dataflow" [dependencies.abomonation] version = "0.7" [dependencies.abomonation_derive] version = "0.5" [dependencies.fnv] version = "1.0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.timely-master] version = "=0.13.0-dev.1" default-features = false [dev-dependencies.bincode] version = "1.3.1" [dev-dependencies.byteorder] version = "1" [dev-dependencies.graph_map] version = "0.1" [dev-dependencies.indexmap] version = "2.1" [dev-dependencies.itertools] version = "^0.7" [dev-dependencies.rand] version = "0.4" [dev-dependencies.rdkafka] version = "0.24" [dev-dependencies.serde_json] version = "1.0" [features] default = ["timely-master/getopts"]