-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
65 lines (57 loc) · 1.29 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[package]
name = "rust-panel"
version = "0.0.1"
edition = "2021"
authors = ["Wynters <wyn.devs@gmail.com>"]
license = "apache-2.0"
include = [
"**/*",
]
[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
debug = false
panic = "unwind"
strip = "symbols"
#[lib]
#proc-macro = true
[[bin]]
name = "panel"
path = "src/bin/panel.rs"
[[bin]]
name = "rp"
path = "src/bin/rp.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1", features = ["full"] }
rusqlite = { version="0.31",features = ["bundled"] }
chrono = { version = "0", features = ["serde"] }
actix-session = { version = "0", features = ["cookie-session"] }
diesel = { version = "2", features = ["sqlite", "r2d2", "chrono"] }
ureq = { version = "2", features = ["json", "charset"] }
sysinfo="0"
os_info = { version = "3"}
sys-info = "0.9"
jsonwebtoken = "9.3.0"
r2d2 = "0.8"
actix-web = "4"
log4rs = "1"
log = "0.4"
serde = "1.0"
serde_json = "1.0"
serde_yaml = "0.9"
actix-files = "0.6"
port_check = "0.2"
get_if_addrs = "0.5"
lazy_static = "1.4.0"
rand = "0.8.5"
derive_more = "0.99.17"
actix-service = "2.0.2"
#rust-argon2 = "2.1"
rust-crypto = "0.2"
rust-i18n = "3"
base64 = "0.22"
encoding_rs = "0.8.34"
gmsm = "0.1"
bollard = "*"