termi 0.1.5

A modal terminal code editor written in Rust
# 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.88"
name = "termi"
version = "0.1.5"
build = false
exclude = [
    ".github/",
    ".gitattributes",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modal terminal code editor written in Rust"
readme = "README.md"
keywords = [
    "editor",
    "terminal",
    "tui",
    "text-editor",
    "modal",
]
categories = [
    "command-line-utilities",
    "text-editors",
]
license = "MIT"
repository = "https://github.com/tuna4ll/termi"

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

[dependencies.anyhow]
version = "1"

[dependencies.arboard]
version = "3.6"
default-features = false

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6"

[dependencies.notify]
version = "8"

[dependencies.ratatui]
version = "0.30"
features = ["crossterm_0_29"]

[dependencies.regex]
version = "1.13"

[dependencies.ropey]
version = "1.6"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.toml]
version = "1.1"

[dependencies.unicode-segmentation]
version = "1.13"

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

[lints.rust]
unsafe_code = "forbid"

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1