prayterm 1.0.1

realtime play nonblocking terminal for Rust with crossterm
Documentation
# 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 = "2021"
name = "prayterm"
version = "1.0.1"
authors = ["nomissbowling <nomissbowling@yahoo.co.jp>"]
description = "realtime play nonblocking terminal for Rust with crossterm"
homepage = "https://crates.io/crates/prayterm"
documentation = "https://docs.rs/prayterm/"
readme = "README.md"
keywords = [
    "stdout",
    "stdin",
    "crossterm",
    "console",
]
categories = [
    "development-tools",
    "game-development",
    "command-line-utilities",
    "command-line-interface",
]
license = "MIT"
repository = "https://github.com/nomissbowling/prayterm"

[dependencies.crossterm]
version = "0.27.0"