-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
44 lines (40 loc) · 981 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
37
38
39
40
41
42
43
44
[workspace]
members = [
"crates/*"
]
resolver = "2"
[workspace.package]
version = "0.0.1-alpha.4"
authors = ["Benedikt Schwab <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/tum-gis/sensor-data-analyzer"
[workspace.dependencies]
erosbag = { version = "0.0.1-alpha.4" }
epoint = { version = "0.0.1-alpha.4" }
ecoord = { version = "0.0.1-alpha.4" }
emesh = { version = "0.0.1-alpha.4" }
emesh-converter = { version = "0.0.1-alpha.4" }
egraphics = { version = "0.0.1-alpha.4" }
thiserror = "1.0.63"
clap = "4.5.13"
indicatif = "0.17.8"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
serde = "1.0.204"
serde_json = "1.0.122"
humantime = "2.1.0"
diesel = "~2.2.2"
diesel-async = "~0.5.0"
postgis_diesel = "~2.4.1"
tokio = "1.39.2"
csv = "1.3.0"
postgres = "0.19.8"
nalgebra = "0.33.0"
dotenvy = "0.15.7"
itertools = "0.13.0"
polars = "0.41.3"
ndarray = "0.16"
chrono = "0.4.38"
rayon = "1.10.0"
sysinfo = "0.31.2"