forked from icelake-io/icelake
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
54 lines (52 loc) · 1.46 KB
/
Cargo.toml
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
50
51
52
53
54
[workspace.package]
version = "0.3.141592654"
edition = "2021"
license = "Apache-2.0"
[workspace]
members = ["icelake"]
resolver = "2"
[workspace.dependencies]
anyhow = "1"
async-trait = "0.1"
# branch is icelake-dev
apache-avro = { git = "https://github.com/apache/avro.git", recv = "fdab5db0816e28e3e10c87910c8b6f98c33072dc",features = ["derive"] }
arrow-array = { version = ">=51" }
arrow-schema = { version = ">=51" }
arrow-select = { version = ">=51" }
arrow-row = { version = ">=51" }
arrow-buffer = { version = ">=51" }
arrow-arith = { version = ">=51" }
arrow-csv = { version = ">=51" }
arrow-cast = { version = ">=51" }
arrow-ord = { version = ">=51" }
bytes = "1"
opendal = { version = ">=0.46", features = ["layers-prometheus"] }
uuid = { version = "1", features = ["v4"] }
serde = "1"
serde_json = "1"
serde_with = "3"
tokio = { version = "1.28", features = ["full"] }
parquet = { version = ">=51", features = ["async"] }
rust_decimal = "1.30"
chrono = "0.4"
faster-hex = "0.8.0"
once_cell = "1"
tempfile = "3"
log = "0.4.0"
env_logger = "0.10.0"
csv = "1"
url = "2"
regex = "1.9"
clap = { version = "4", features = ["derive"] }
ordered-float = "3.7.0"
confique = "0.2"
libtest-mimic = "0.6"
futures = { version = "0.3", features = ["executor"] }
murmur3 = "0.5.2"
reqwest = { version = "0.11", default-features = false, features = ["json"] }
urlencoding = "2"
enum-display = "0.1"
itertools = "0.11"
prometheus = { version = "0.13" }
derive_builder = "0.12"
lazy_static = "1"