xnano 0.1.6

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.
# 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"
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"