# 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" version = "0.0.34" authors = ["bvssvni "] exclude = ["home/*"] description = "A simple Minecraft client" homepage = "http://hematite.piston.rs" keywords = ["minecraft", "piston", "client"] license = "MIT" repository = "https://github.com/PistonDevelopers/hematite.git" [profile.release] opt-level = 2 debug = false [[bin]] name = "hematite" path = "src/main.rs" [dependencies.byteorder] version = "1.0.0" [dependencies.camera_controllers] version = "0.27.0" [dependencies.docopt] version = "0.6.78" [dependencies.flate2] version = "0.2.13" [dependencies.fps_counter] version = "1.0.0" [dependencies.gfx] version = "0.17.0" [dependencies.gfx_core] version = "0.8.0" [dependencies.gfx_device_gl] version = "0.15.0" [dependencies.libc] version = "0.2.7" [dependencies.memmap] version = "0.2.3" [dependencies.piston] version = "0.42.0" [dependencies.piston3d-gfx_voxel] version = "0.27.0" [dependencies.pistoncore-glutin_window] version = "0.54.0" [dependencies.rustc-serialize] version = "0.3.18" [dependencies.shader_version] version = "0.3.0" [dependencies.vecmath] version = "0.3.0" [dependencies.zip] version = "0.1.16"