33 lines
760 B
TOML
33 lines
760 B
TOML
[package]
|
|
authors = ["Garen Tyler <garentyler@garen.dev>"]
|
|
description = "An extremely fast Minecraft server"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
name = "composition"
|
|
version = "0.1.0"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
async-trait = "0.1.48"
|
|
chrono = "0.4.13"
|
|
ctrlc = "3.1.8"
|
|
fastnbt = "*"
|
|
fern = {version = "0.6", features = ["colored"]}
|
|
futures = "0.3.13"
|
|
lazy_static = "1.4.0"
|
|
log = "0.4"
|
|
radix64 = "0.6.2"
|
|
serde = {version = "1.0.114", features = ["serde_derive"]}
|
|
serde_json = "1.0.59"
|
|
tokio = {version = "1", features = ["full"]}
|
|
toml = "0.5"
|
|
uuid = "0.8.2"
|
|
substring = "1.4.5"
|
|
|
|
# colorful = "0.2.1"
|
|
# ozelot = "0.9.0" # Ozelot 0.9.0 supports protocol version 578 (1.15.2)
|
|
# toml = "0.5.6"
|
|
# base64 = "0.12.3"
|
|
# mojang-api = "0.6.1"
|
|
# backtrace = "0.3.50"
|