vimltui 0.1.6

A self-contained, embeddable Vim editor 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"
rust-version = "1.85"
name = "vimltui"
version = "0.1.6"
authors = ["Juan Diego Rincon Franco"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A self-contained, embeddable Vim editor for Ratatui TUI applications"
homepage = "https://github.com/Di3go0-0/vimltui"
documentation = "https://docs.rs/vimltui"
readme = "README.md"
keywords = [
    "vim",
    "tui",
    "ratatui",
    "editor",
    "terminal",
]
categories = [
    "command-line-interface",
    "text-editors",
]
license = "MIT"
repository = "https://github.com/Di3go0-0/vimltui"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.ratatui]
version = "0.30"

[dependencies.regex]
version = "1"

[dependencies.unicode-width]
version = "0.2"