# 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-core" version = "0.1.1" authors = ["Théo Rozier "] description = "MinecraftRS - Minimal core implementation of Minecraft backend." homepage = "https://github.com/mindstorm38/minecraftrs" readme = "../../README.md" keywords = ["minecraft", "mc", "core"] categories = ["games", "mathematics"] license = "Apache-2.0" repository = "https://github.com/mindstorm38/minecraftrs" [dependencies.bit-vec] version = "0.6" [dependencies.crossbeam-channel] version = "0.5" [dependencies.flate2] version = "1.0" [dependencies.hecs] version = "0.6" [dependencies.named-binary-tag] version = "0.6" [dependencies.once_cell] version = "1.8" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "0.8" features = ["v4"]