smarkdown 0.2.0

A simple markdown tui editor, simple, fast, good!
# 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"
name = "smarkdown"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple markdown tui editor, simple, fast, good!"
readme = "README.md"
keywords = [
    "markdown",
    "editor",
    "text",
    "vim",
    "nano",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/pxdritz/smarkdown/"

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

[dependencies.arboard]
version = "3"
features = ["wayland-data-control"]
default-features = false

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.toml]
version = "0.8"

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

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