typ-panel-editor 0.2.1

Editor panel for the TYPE terminal IDE
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 = "2024"
rust-version = "1.96"
name = "typ-panel-editor"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Editor panel for the TYPE terminal IDE"
homepage = "https://github.com/Pranjal-SB/type"
readme = false
keywords = [
    "editor",
    "terminal",
    "tui",
    "ide",
]
categories = [
    "text-editors",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/Pranjal-SB/type"

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

[[test]]
name = "edit"
path = "tests/edit.rs"

[[test]]
name = "editor"
path = "tests/editor.rs"

[[test]]
name = "horizontal"
path = "tests/horizontal.rs"

[[test]]
name = "keys"
path = "tests/keys.rs"

[[test]]
name = "motion"
path = "tests/motion.rs"

[[test]]
name = "mouse"
path = "tests/mouse.rs"

[[test]]
name = "multicursor"
path = "tests/multicursor.rs"

[[test]]
name = "perf"
path = "tests/perf.rs"

[[test]]
name = "selection_render"
path = "tests/selection_render.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.crossterm]
version = "0.29"

[dependencies.ratatui]
version = "0.30.2"

[dependencies.typ-buffer]
version = "0.2.1"

[dependencies.typ-core]
version = "0.2.1"

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