vle 1.19.3

Very Little Editor - an exercise in minimalist text editing
# 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 = "vle"
version = "1.19.3"
authors = ["Brian Langenberger <bjl@usa.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Very Little Editor - an exercise in minimalist text editing"
homepage = "https://github.com/tuffy/vle"
readme = "README.md"
keywords = [
    "editor",
    "terminal",
    "text-editor",
]
categories = [
    "development-tools",
    "text-editors",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/tuffy/vle"

[features]
ssh = [
    "dep:ssh2",
    "dep:rpassword",
]
underline-color = []

[[bin]]
name = "vle"
path = "src/main.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.crossterm]
version = "0.29"
features = ["osc52"]

[dependencies.fancy-regex]
version = "0.18"

[dependencies.imara-diff]
version = "0.2"

[dependencies.logos]
version = "0.16"

[dependencies.radix_trie]
version = "0.3"

[dependencies.ratatui]
version = "0.30"
features = ["underline-color"]

[dependencies.ropey]
version = "1.6"

[dependencies.rpassword]
version = "7.4"
optional = true

[dependencies.ssh2]
version = "0.9"
optional = true

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.unicode-width]
version = "0.2"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
strip = true