[package]
edition = "2024"
rust-version = "1.96"
name = "typ-core"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Panel contract, actions, keymap and events 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_core"
path = "src/lib.rs"
[[test]]
name = "action"
path = "tests/action.rs"
[[test]]
name = "event"
path = "tests/event.rs"
[[test]]
name = "keymap"
path = "tests/keymap.rs"
[[test]]
name = "panel"
path = "tests/panel.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.crossterm]
version = "0.29"
[dependencies.ratatui]
version = "0.30.2"
[dependencies.toml]
version = "1.1"