[package] authors = ["Garen Tyler "] description = "An extremely fast Minecraft server" edition = "2021" license = "MIT" name = "composition" version = "0.1.0" [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" # 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"