# 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" version = "0.2.0" description = "Minecraft beta 1.7.3 base data structures and logic for running a world" homepage = "https://github.com/mindstorm38/mc173" readme = "README.md" keywords = [ "minecraft", "game", "backend", ] categories = ["games"] license = "Apache-2.0" repository = "https://github.com/mindstorm38/mc173" [dependencies.byteorder] version = "1.5" [dependencies.crossbeam-channel] version = "0.5" [dependencies.flate2] version = "1.0" [dependencies.glam] version = "0.24" [dependencies.indexmap] version = "2.0" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1"