rustris 0.6.2

A guideline-compliant terminal Tetris with LAN multiplayer support
# 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"
rust-version = "1.85"
name = "rustris"
version = "0.6.2"
authors = ["koishi <kkoishichan@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A guideline-compliant terminal Tetris with LAN multiplayer support"
readme = "README.md"
keywords = [
    "tetris",
    "terminal",
    "game",
    "tui",
]
categories = ["games"]
license = "GPL-3.0"
repository = "https://github.com/koishi510/Rustris"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6"

[dependencies.rand]
version = "0.8"

[dependencies.rodio]
version = "0.20"
default-features = false

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

[dependencies.serde_json]
version = "1"