hjkl-vim 0.32.0

Vim modal state types and grammar primitives for the hjkl editor stack. Pre-1.0 churn.
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.95"
name = "hjkl-vim"
version = "0.32.0"
authors = ["mxaddict <mxaddict@kryptic.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vim modal state types and grammar primitives for the hjkl editor stack. Pre-1.0 churn."
homepage = "https://hjkl.kryptic.sh"
readme = "README.md"
keywords = [
    "vim",
    "modal",
    "editor",
    "fsm",
]
categories = ["text-editors"]
license = "MIT"
repository = "https://github.com/kryptic-sh/hjkl-vim"

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

[[test]]
name = "dispatch_input"
path = "tests/dispatch_input.rs"

[[test]]
name = "pending"
path = "tests/pending.rs"

[dependencies.hjkl-buffer]
version = "0.32"

[dependencies.hjkl-engine]
version = "0.32"
default-features = false

[dependencies.hjkl-keymap]
version = "0.32"
default-features = false

[dev-dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.ratatui]
version = "0.30"