-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
33 lines (31 loc) · 905 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
[package]
name = "ue-cell-tracker"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.80"
arrow = "52.1.0"
bus = "2.4.1"
chrono = "0.4.38"
clap = { version = "4.5.4", features = ["derive", "color", "env", "help"] }
clap-serde = "0.5.1"
confy = { version = "0.6.1", default-features = false, features = ["yaml_conf"] }
ctrlc = "3.4.4"
derive = "1.0.0"
features = "0.10.0"
kanal = "0.1.0-pre8"
lazy_static = "1.4.0"
libc = "0.2.155"
nalgebra = "0.32.6"
nix = "0.28.0"
once_cell = "1.19.0"
regex = "1.10.4"
reqwest = { version = "0.12.3", features = ["json"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_derive = "1.0.198"
serde_json = "1.0.116"
serde_libconfig = "0.0.2"
serde_yaml = "0.9.34"
strum_macros = "0.26.2"
tokio = { version = "1.37.0", features = ["full", "sync"] }