typeracer 2.0.13

A terminal typing game. Race to see the fastest time you can get!
[dependencies.clap]
version = "2.33.3"

[dependencies.directories-next]
version = "2.0.0"

[dependencies.git2]
default_features = false
features = ["https", "vendored-libgit2", "vendored-openssl"]
version = "0.13.25"

[dependencies.itertools]
version = "0.10.1"

[dependencies.rand]
version = "0.8.4"

[dependencies.refinery]
features = ["rusqlite"]
version = "0.8.4"

[dependencies.rusqlite]
features = ["bundled"]
version = "0.26.3"

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

[dependencies.termion]
version = "1.5.6"

[dependencies.toml]
version = "0.5.8"

[dependencies.tui]
version = "0.16.0"

[dependencies.unicode-segmentation]
version = "1.8.0"

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

[package]
authors = ["DarrienG <darrien@glasser.dev>"]
description = "A terminal typing game. Race to see the fastest time you can get!"
edition = "2021"
include = ["**/*.rs", "**/*.sql", "Cargo.toml"]
keywords = ["typing", "terminal", "termion", "games", "fun"]
license = "GPL-3.0"
name = "typeracer"
readme = "./README.md"
repository = "https://gitlab.com/ttyperacer/terminal-typeracer"
resolver = "2"
version = "2.0.13"
[profile.dev]
debug = 2
debug-assertions = true
incremental = true
lto = false
opt-level = 0
overflow-checks = true
panic = "unwind"

[profile.release]
debug = false
debug-assertions = false
incremental = false
lto = "fat"
opt-level = 3
overflow-checks = false
panic = "abort"
strip = "symbols"