wedi-core 0.8.6

Core editor primitives for wedi
Documentation
# 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 = "wedi-core"
version = "0.8.6"
authors = ["wen"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core editor primitives for wedi"
homepage = "https://github.com/superyngo/wedi"
documentation = "https://docs.rs/wedi-core"
readme = "README.md"
keywords = [
    "editor",
    "text-editor",
    "tui",
    "terminal",
]
categories = [
    "text-editors",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/superyngo/wedi"

[features]
default = ["mouse-support"]
mouse-support = []
syntax-highlighting = [
    "dep:syntect",
    "dep:bincode",
    "dep:ansi_colours",
]

[lib]
name = "wedi_core"
path = "src/lib.rs"

[dependencies.ansi_colours]
version = "1.2"
optional = true

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "1.3"
optional = true

[dependencies.crossterm]
version = "0.27"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.once_cell]
version = "1.19"

[dependencies.ropey]
version = "1.6"

[dependencies.serde]
version = "1.0"

[dependencies.syntect]
version = "5.3"
features = [
    "parsing",
    "regex-onig",
    "default-themes",
]
optional = true
default-features = false

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

[dev-dependencies.tempfile]
version = "3.8"

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = [
    "winuser",
    "windef",
    "winbase",
    "memoryapi",
    "winnls",
    "consoleapi",
    "handleapi",
    "processenv",
    "wincon",
]