-
Notifications
You must be signed in to change notification settings - Fork 71
/
Cargo.toml
53 lines (45 loc) · 1.11 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
[package]
name = "tunm"
version = "0.2.1"
authors = [ "tickbh <[email protected]>" ]
description = "game server for Rust"
repository = "https://github.com/tickbh/tunm"
readme = "README.md"
license = "MIT/Apache-2.0"
keywords = ["gameserver", "server", "lua", "rust_lua"]
[features]
[dependencies]
libc = "^0.2"
time = "0.3.9"
chrono = "0.4.19"
net2 = { version = "0.2.23", default-features = false }
rust-crypto = "0.2.34"
tiny_http = { version = "0.11.0", default-features = false }
td_rlua = "0.3.1"
td_proto_rust = "0.1.2"
tunm_proto = "0.1.12"
td_rredis = "0.1.0"
td_rthreadpool = "0.1.1"
sys-info = "0.9.1"
url = "2.2.2"
psocket="0.1.5"
log="0.4.17"
env_logger = "0.9.0"
log4rs = "1.1.1"
reqwest = { version = "0.11", features = ["blocking", "json"] }
mysql = { version = "23.0.1" }
commander = "0.1"
mio = "0.8.3"
# websocket-simple="0.1.1"
serde="1.0.137"
luacjson="0.1.3"
luasocket="0.1.10"
tunm_timer="0.1.4"
serde_json="1.0.81"
serde_yaml="0.8.24"
rand = "0.8.4"
ws = "0.9.2"
# ws = { branch="new", git = "https://github.com/tickbh/ws-rs.git"}
[dependencies.rusqlite]
version = "0.27.0"
features = ["bundled"]