tui-panel-select 0.1.6

Panel-scoped mouse text selection and clipboard copy for ratatui apps
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"
name = "tui-panel-select"
version = "0.1.6"
authors = ["Jonathan Hobern <jhobern@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Panel-scoped mouse text selection and clipboard copy for ratatui apps"
readme = "README.md"
keywords = [
    "ratatui",
    "tui",
    "selection",
    "clipboard",
    "terminal",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/jhobern/paperboy-tui"

[features]
ansi = ["dep:ansi-to-tui"]
default = [
    "terminal-guard",
    "scrollbar",
]
scrollbar = []
terminal-guard = []

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

[dependencies.ansi-to-tui]
version = "8.0"
optional = true

[dependencies.base64]
version = "0.22"

[dependencies.ratatui]
version = "0.30.2"

[target."cfg(unix)".dependencies.libc]
version = "0.2"