hjkl-vim 0.2.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.2.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 = "pending"
path = "tests/pending.rs"