# 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 = "2018" name = "mc-vanilla" version = "0.1.1" authors = ["Théo Rozier "] description = "MinecraftRS - Implementation of vanilla features for Minecraft, this extends and use mc-core." homepage = "https://github.com/mindstorm38/minecraftrs" readme = "../../README.md" keywords = ["minecraft", "mc", "vanilla"] categories = ["games", "mathematics"] license = "Apache-2.0" repository = "https://github.com/mindstorm38/minecraftrs" [dependencies.mc-core] version = "0.1.1" [dependencies.named-binary-tag] version = "0.6" [dependencies.uuid] version = "0.8"