scansion 0.0.3

A readline-style library with Vim and Emacs keybindings
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 = "2021"
rust-version = "1.88"
name = "scansion"
version = "0.0.3"
authors = ["Ulyssa <git@ulyssa.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A readline-style library with Vim and Emacs keybindings"
homepage = "https://github.com/ulyssa/modalkit/tree/main/crates/scansion"
readme = "README.md"
keywords = [
    "modal",
    "readline",
    "vim",
    "emacs",
]
license = "Apache-2.0"
repository = "https://github.com/ulyssa/modalkit"

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

[[example]]
name = "read-loop"
path = "examples/read-loop.rs"

[dependencies.crossterm]
version = "0.29"

[dependencies.libc]
version = "0.2"

[dependencies.modalkit]
version = "0.0.26"

[dependencies.regex]
version = "^1.5"

[dependencies.thiserror]
version = "2.0.0"