# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "hematite_server" version = "0.0.4" authors = ["Fenhl ", "Carlos Cobo "] description = "A Minecraft server clone" homepage = "http://hematite.piston.rs/" keywords = ["hematite", "minecraft", "server", "piston"] license = "MIT" repository = "https://github.com/PistonDevelopers/hematite_server" [lib] name = "hematite_server" path = "src/lib.rs" [[bin]] name = "hematite_server" path = "server/main.rs" test = false bench = false doc = false [dependencies.byteorder] version = "1.0.0" [dependencies.flate2] version = "0.2" [dependencies.hematite-nbt] version = "0.3" [dependencies.log] version = "0.4" [dependencies.num] version = "0.1" [dependencies.rand] version = "0.4.2" [dependencies.regex] version = "0.1" [dependencies.rustc-serialize] version = "0.3" [dependencies.time] version = "0.1" [dependencies.uuid] version = "0.1"