hyperrat 0.1.0

An OSC 8 link widget for ratatui that doesn't break your UI
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 = "hyperrat"
version = "0.1.0"
authors = ["JayanAXHF <sunil.chdry@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An OSC 8 link widget for ratatui that doesn't break your UI"
homepage = "https://github.com/jayanaxhf/gitv/crates/hyperrat"
readme = "README.md"
keywords = [
    "tui",
    "cli",
    "ratatui",
]
categories = [
    "command-line-utilities",
    "command-line-interface",
]
license = "Unlicense OR MIT"
repository = "https://github.com/jayanaxhf/gitv/"

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

[dependencies.ratatui-core]
version = "0.1.0"

[dependencies.textwrap]
version = "0.16.2"