rio-grid 0.5.26

Translates terminal Square cells into CellBg / CellText instances for the grid GPU renderer, decoupled from any frontend via the GridPalette trait
# 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 = "rio-grid"
version = "0.5.26"
authors = ["Raphael Amorim <rapha850@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Translates terminal Square cells into CellBg / CellText instances for the grid GPU renderer, decoupled from any frontend via the GridPalette trait"
readme = "README.md"
keywords = [
    "graphics",
    "terminal",
    "application",
]
license = "MIT"
repository = "https://github.com/raphamorim/rio"

[lib]
name = "rio_grid"
path = "src/lib.rs"

[dependencies.rapidhash]
version = "4.4.1"
default-features = false

[dependencies.rio-backend]
version = "0.5.26"

[dependencies.rustc-hash]
version = "2.1.3"

[dependencies.smallvec]
version = "1.15.2"
default-features = false