# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mc173-server" version = "0.2.0" description = "Minecraft beta 1.7.3 protocol and server implementation compatible with Notchian client" homepage = "https://github.com/mindstorm38/mc173" readme = "README.md" keywords = [ "minecraft", "game", "server", ] categories = ["games"] license = "Apache-2.0" repository = "https://github.com/mindstorm38/mc173" [dependencies.arcstr] version = "1.1" [dependencies.byteorder] version = "1.5" [dependencies.crossbeam-channel] version = "0.5" [dependencies.ctrlc] version = "3.4.1" [dependencies.flate2] version = "1.0" [dependencies.glam] version = "0.24" [dependencies.mc173] version = "0.2.0" [dependencies.mio] version = "0.8" features = [ "os-poll", "net", ] [dependencies.once_cell] version = "1.19" [dependencies.tracing] version = "0.1" [dependencies.tracing-flame] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]