ratatui-css 0.0.0

Reserved for Ratatui CSS-inspired styling, selectors, and style-sheet experiments for Ratatui.
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 = "2024"
name = "ratatui-css"
version = "0.0.0"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "src/lib.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reserved for Ratatui CSS-inspired styling, selectors, and style-sheet experiments for Ratatui."
homepage = "https://ratatui.rs"
documentation = "https://docs.rs/ratatui-css"
readme = "README.md"
keywords = [
    "ratatui",
    "tui",
    "terminal",
    "ui",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/ratatui/ratatui"

[package.metadata.ratatui-reservation]
area = "Styling"
future_scope = "CSS-inspired styling, selectors, and style-sheet experiments for Ratatui"

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

[lints.rust]
unsafe_code = "forbid"