forked from TimelyDataflow/differential-dataflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
49 lines (38 loc) · 1.08 KB
/
Cargo.toml
File metadata and controls
49 lines (38 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[package]
name = "differential-dataflow"
version = "0.0.1"
authors = ["Frank McSherry <fmcsherry@me.com>"]
description = "An incremental data-parallel dataflow platform"
# These URLs point to more information about the repository
documentation = "https://github.com/frankmcsherry/differential-dataflow"
homepage = "https://github.com/frankmcsherry/differential-dataflow"
repository = "https://github.com/frankmcsherry/differential-dataflow.git"
keywords = ["differential", "dataflow"]
license = "MIT"
[dependencies.timely]
git="https://github.com/frankmcsherry/timely-dataflow.git"
# path="../timely-dataflow"
[dependencies.graph_map]
git="https://github.com/frankmcsherry/graph-map.git"
[dependencies.radix_sort]
git="https://github.com/frankmcsherry/radix-sort.git"
# [dependencies.sorting]
# path="../sorting"
[dev-dependencies]
getopts="*"
rand="*"
byteorder="*"
[dependencies]
itertools="0.4"
time = "*"
fnv="*"
# timely="*"
[features]
default = []
logging = ["timely/logging"]
# [profile.release]
# opt-level = 3
# debug = true
# rpath = false
# lto = false
# debug-assertions = false