arcade 0.2.0

Games with vim motion controls in the terminal
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "arcade"
version = "0.2.0"
authors = ["Rohan Adwankar <rohan.adwankar@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Games with vim motion controls in the terminal"
readme = "README.md"
keywords = [
    "game",
    "vim",
    "memory",
    "nvim",
    "typing",
]
license = "MIT"
repository = "https://github.com/RohanAdwankar/arcade"

[[bin]]
name = "arcade"
path = "src/main.rs"

[dependencies.crossterm]
version = "0.27"

[dependencies.dirs]
version = "5"

[dependencies.once_cell]
version = "1.19"

[dependencies.rand]
version = "0.8"

[dependencies.ratatui]
version = "0.27"
features = ["crossterm"]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

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