forked from Sequal32/vrclivetraffic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (25 loc) · 765 Bytes
/
Cargo.toml
File metadata and controls
27 lines (25 loc) · 765 Bytes
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
[package]
name = "livetraffic"
description = "Observe real world traffic in your favorite radar client!"
version = "1.4.2"
authors = ["Sequal32"]
edition = "2018"
repository = "https://github.com/sequal/vrclivetraffic"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
attohttpc = { version = "0.17", features = ["json"] }
cookie = "0.15"
crossbeam-channel = "0.5"
crossbeam-deque = "0.8"
chrono = { version = "0.4", features = ["serde"] }
csv = "1.1"
lazy_static = "1.4"
log = "0.4"
rand = "0.8"
radix_fmt = "1"
retain_mut = "0.1"
regex = "1"
simplelog = "0.10"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
fsdparser = { git = "https://github.com/Sequal32/vatsimfsdparser" }