sued 0.24.2

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

[dependencies.copypasta]
version = "0.8.2"

[dependencies.is_elevated]
version = "0.1.2"

[dependencies.mlua]
features = ["lua54"]
optional = true
version = "0.10.1"

[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.11.1"

[dependencies.rustyline]
optional = true
version = "15.0.0"

[dependencies.shellexpand]
version = "3.1.0"

[dependencies.sudo]
version = "0.6.0"

[dependencies.which]
version = "4.4.2"

[features]
core = ["informational", "inputoutput", "cursor", "transformations", "shell", "fun"]
cursor = []
default = ["core"]
editor = ["core", "repl"]
full = ["most"]
fun = []
history = []
informational = []
inputoutput = []
lua = ["mlua"]
most = ["editor", "startup", "history", "lua"]
repl = ["rustyline"]
shell = []
startup = []
transformations = []

[lib]
crate-type = ["rlib"]
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 minimalist line-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.24.2"