-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (28 loc) · 985 Bytes
/
Copy pathCargo.toml
File metadata and controls
29 lines (28 loc) · 985 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
[package]
name = "ServerRawler"
description = "A high performance Minecraft server crawler, written in Rust"
license-file = "LICENSE"
version = "0.7.6-beta"
authors = ["Cyberdolfi", "Dolfirobots"]
edition = "2024"
[dependencies]
tokio = { version = "1.49.0", features = ["full"] }
tokio-util = "0.7.18"
chrono = { version = "0.4.43", features = ["serde"] }
serde = { version = "1.0.228", features = ["derive"] }
reqwest = { version = "0.13.1", features = ["json"] }
semver = "1.0.27"
clap = { version = "4.5.57", features = ["derive"] }
serde_json = "1.0.149"
colored_text = "0.3.0"
uuid = { version = "1.20.0", features = ["v4"] }
rand = "0.10.0"
futures = "0.3.31"
base64 = "0.22.1"
image = "0.25.9"
sqlx = { version = "0.8.6", features = [ "runtime-tokio", "postgres", "macros", "json" ] }
toml = "1.0.3+spec-1.1.0"
url = "2.5.8"
poise = "0.6.1"
serenity = { version = "0.12", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
flate2 = "1.1.9"