typeracer 1.2.2

A terminal typing game. Race to see the fastest time you can get!
# 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]
edition = "2018"
name = "typeracer"
version = "1.2.2"
authors = ["DarrienG <darrienglasser@outlook.com>", "Jeffas"]
include = ["**/*.rs", "Cargo.toml"]
description = "A terminal typing game. Race to see the fastest time you can get!"
readme = "./README.md"
keywords = ["typing", "terminal", "termion", "tui-rs", "fun"]
license = "GPL-3.0"
repository = "https://gitlab.com/ttyperacer/terminal-typeracer"
[profile.dev]
opt-level = 0
lto = false
debug = 2
debug-assertions = true
panic = "unwind"
overflow-checks = true
incremental = true

[profile.release]
opt-level = 3
lto = true
debug = false
debug-assertions = false
panic = "abort"
overflow-checks = false
incremental = false
[dependencies.clap]
version = "2.33.0"

[dependencies.directories]
version = "2.0.2"

[dependencies.git2]
version = "0.9"

[dependencies.rand]
version = "0.6.5"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.termion]
version = "1.5"

[dependencies.toml]
version = "0.5.3"

[dependencies.tui]
version = "0.6.2"

[dependencies.unicode-width]
version = "0.1.5"