ratin 0.1.1

Custom input field component for Ratatui TUI applications
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 = "ratin"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Custom input field component for Ratatui TUI applications"
documentation = "https://docs.rs/ratin"
readme = "README.md"
keywords = [
    "ratatui",
    "tui",
    "input",
    "terminal",
    "ui",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/Fkernel653/ratin"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.ratatui]
version = "0.30.2"