mief 0.1.1

Mief is a Pong clone written in Rust.
# 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 = "mief"
version = "0.1.1"
authors = ["BMeu <bastian@bastianmeyer.eu>"]
exclude = ["docs/*", "resources/*", ".appveyor.yml", ".gitignore", ".travis.yml"]
description = "Mief is a Pong clone written in Rust."
documentation = "https://bmeu.github.io/Mief"
readme = "README.md"
keywords = ["pong", "clone"]
categories = ["games"]
license = "MIT/Apache-2.0"
repository = "https://github.com/BMeu/Mief"
[dependencies.fps_counter]
version = "1.0"
optional = true

[dependencies.rand]
version = "0.3"

[dependencies.piston_window]
version = "0.73"

[dependencies.find_folder]
version = "0.3"
[dev-dependencies.quickcheck]
version = "0.4"

[features]
display-fps = ["fps_counter"]
[badges.appveyor]
repository = "BMeu/mief"

[badges.travis-ci]
repository = "BMeu/Mief"