cssforge-tui 0.3.1

Interactive terminal workbench interface for CSSForge
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 = "cssforge-tui"
version = "0.3.1"
authors = ["Jayesh Mepani <jayeshmepani777@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive terminal workbench interface for CSSForge"
homepage = "https://github.com/jayeshmepani/cssforge"
documentation = "https://docs.rs/cssforge"
readme = "README.md"
keywords = [
    "css",
    "tui",
    "ratatui",
    "terminal",
    "workbench",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/jayeshmepani/cssforge"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.cssforge-core]
version = "0.3.1"

[dependencies.ratatui]
version = "0.30.2"