-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (29 loc) · 745 Bytes
/
Cargo.toml
File metadata and controls
30 lines (29 loc) · 745 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
[package]
name = "havokmud_rust"
license = "MIT"
authors = ["Gavin Hurlbut <gjhurlbu@gmail.com>"]
version = "0.0.1"
edition = "2018"
publish = false
[dependencies]
ansi_term = "0.12"
aws-config = { version = "0.101.0", features = ["behavior-version-latest"] }
aws-sdk-dynamodb = "0.38.0"
bytes = "1.5"
config = "0.13"
directories = "4.0"
eosio = "0.3.1"
fancy-regex = "0.12"
hickory-resolver = "0.24"
lazy_static = "1.4"
log = "0.4"
minijinja = "1.0"
regex = "1.10"
serde = "1.0"
serde_cbor = "0.11"
serde_derive = "1.0"
serde_json = "1.0"
simplelog = "0.12"
time = { version = "0.3", features = ["macros", "formatting", "parsing"] }
tokio-serde = { version = "0.8", features = ["json", "cbor"] }
tokio = { version = "1", features = ["full"] }