-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (30 loc) · 807 Bytes
/
Copy pathCargo.toml
File metadata and controls
32 lines (30 loc) · 807 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
28
29
30
31
32
[package]
name = "rust_prog"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num = "0.4.0"
image = "0.24.4"
crossbeam = "0.8.2"
actix-web = "4.2.1"
#actix-rt = "2.7.0"
serde = "1.0.145"
serde_cbor = "0.10"
serde_derive = "1.0.197"
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
structopt = "0.3.26"
colored = "2.0.0"
failure = "0.1.8"
futures = "0.3.25"
async-std = "1.12.0"
piston_window = "0.117"
piston2d-graphics = "0.39"
rand = "0.8"
svg ="0.16.0"
bincode = "1.3.3"
reqwest = {version = "0.11.22", features = ["json"]}
tokio ={ version = "1.15", features = ["full"]}
rdkafka = { version = "0.25", features = ["cmake-build"] }
gstreamer-rtsp = "0.23.0"
time = "0.3.36"