generated from emilk/eframe_template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
36 lines (32 loc) · 776 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
30
31
32
33
34
35
36
[package]
name = "parqbench"
version = "0.3.3"
edition = "2021"
license = "GPL-3.0-or-later"
authors = ["Connor Keane <connor.keane@kxnr.me"]
rust-version = "1.78"
description = "A utility for viewing parquet files built on egui."
[dependencies]
egui = "0.27"
egui_extras = "0.27"
eframe = { version = "0.27", features = ["persistence"] }
datafusion = "39"
tracing-subscriber = "0.3"
structopt = "0.3"
shellexpand = "*"
anyhow = "1.0.86"
egui-file-dialog = "0.5.0"
egui_json_tree = "0.5.1"
smol = "2.0.0"
serde_json = "1.0.117"
async-compat = "0.2.4"
itertools = "0.13.0"
regex = "1.10.5"
url = "2.5.1"
object_store = { version = "0.10.1", features = ["azure", "aws"] }
[features]
default = []
[profile.release]
opt-level = 2
[build-dependencies]
embed-resource = "2.4.2"