-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
29 lines (27 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 = "xng"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.3.1"
async-trait = "0.1.68"
chrono = { version = "0.4.26", features = ["serde"] }
chrono-tz = { version = "0.8.2", features = ["serde"] }
clap = { version = "4.2.7", features = ["cargo"] }
csv = "1.2.2"
elasticsearch = { version = "8.5.0-alpha.1", features = ["native-tls"] }
exitcode = "1.1.2"
lazy_static = "1.4.0"
log = "0.4.17"
rand = "0.8.5"
regex = "1.8.1"
reqwest = "0.11.17"
serde = { version = "1.0.162", features = ["derive"] }
serde_json = "1.0.96"
serde_valid = "0.16.1"
soapysdr = "0.3.2"
sqlx = { version = "0.6.3", features = ["sqlite", "chrono", "runtime-tokio-native-tls"] }
stderrlog = "0.5.4"
tokio = { version = "1.28.0", features = ["process", "macros", "time", "rt-multi-thread", "io-util", "net", "signal"] }
tokio-util = "0.7.8"