hematite 0.0.21

A simple Minecraft client
# 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.21"
authors = ["bvssvni <bvssvni@gmail.com>"]
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.memmap]
version = "0.2.3"

[dependencies.vecmath]
version = "0.3.0"

[dependencies.camera_controllers]
version = "0.22.0"

[dependencies.pistoncore-glutin_window]
version = "0.40.0"

[dependencies.libc]
version = "0.2.7"

[dependencies.zip]
version = "0.1.16"

[dependencies.rustc-serialize]
version = "0.3.18"

[dependencies.piston3d-gfx_voxel]
version = "0.21.0"

[dependencies.byteorder]
version = "1.0.0"

[dependencies.shader_version]
version = "0.3.0"

[dependencies.flate2]
version = "0.2.13"

[dependencies.gfx]
version = "0.16.0"

[dependencies.piston]
version = "0.34.0"

[dependencies.fps_counter]
version = "1.0.0"

[dependencies.docopt]
version = "0.6.78"

[dependencies.gfx_core]
version = "0.7.0"

[dependencies.gfx_device_gl]
version = "0.14.0"