-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
29 lines (25 loc) · 940 Bytes
/
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
[package]
name = "gates_plotters_operator"
version = "0.2.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
logicle= { git = "https://github.com/tercen/logicle", tag = "0.1.0" }
base64 = "0.22.0"
tonic = "0.12.3"
prost = "0.13.3"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "fs"] }
arrow = "51.0.0"
#datafusion = "37.0.0"
polars = { version = "0.39.2", default-features = true, features = ["ipc_streaming", "partition_by", "ipc", "polars-io", "streaming", "async"] }
#polars-io = "0.39.2"
async-stream = "0.3.5"
plotters = "0.3.7"
clap = { version = "4.2.4", features = ["derive"] }
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
num-format = "0.4.4"
[build-dependencies]
#tonic-build = "0.11"
tonic-build = { version = "0.11", default-features = false, features = ["prost"] }
cargo-emit = "0.2.1"