sued 0.21.0

shut up editor - a stateless vector-oriented command-based text editor written in Rust
Documentation
[[bin]]
name = "sued"
path = "src/main.rs"

[dependencies.copypasta]
version = "0.8.2"

[dependencies.ctrlc]
optional = true
version = "3.4.5"

[dependencies.linefeed]
optional = true
version = "0.6.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.11.1"

[dependencies.shellexpand]
version = "3.1.0"

[dependencies.which]
version = "4.4.2"

[features]
ffi = []
repl = ["linefeed", "ctrlc"]
visual = []

[lib]
crate-type = ["rlib", "cdylib"]
name = "sued"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["text-editors", "command-line-utilities"]
description = "shut up editor - a stateless vector-oriented command-based text editor written in Rust"
edition = "2021"
homepage = "https://aeriavelocity.codeberg.page/sued/"
keywords = ["text", "editor", "ed"]
license = "Apache-2.0"
name = "sued"
readme = "README.md"
repository = "https://codeberg.org/AeriaVelocity/sued"
version = "0.21.0"