[package]
edition = "2024"
name = "xnano"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Text editor (inspired by nano) with syntax highlighting, themes, soft line-wrap, etc. Written from the ground-up in Rust. Tested with MacOS, Linux, Windows, BSD."
documentation = "https://docs.rs/xnano"
readme = "README.md"
keywords = [
"text-editor",
"nano",
"tui",
"syntax",
]
categories = ["text-editors"]
license = "MIT"
repository = "https://github.com/mabognar/xnano"
[[bin]]
name = "xnano"
path = "src/main.rs"
[dependencies.crossterm]
version = "0.29.0"
[dependencies.include_dir]
version = "0.7.4"
[dependencies.ropey]
version = "1.6.1"
[dependencies.syntect]
version = "5.3.0"