tui-scrollbar 0.2.4

A Ratatui scrollbar widget with fractional thumb rendering
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"
rust-version = "1.88.0"
name = "tui-scrollbar"
version = "0.2.4"
authors = ["Joshka"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Ratatui scrollbar widget with fractional thumb rendering"
documentation = "https://docs.rs/tui-scrollbar"
readme = "README.md"
keywords = [
    "cli",
    "console",
    "ratatui",
    "terminal",
    "tui",
]
categories = [
    "command-line-interface",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ratatui/tui-widgets"

[package.metadata.docs.rs]
all-features = true
cargo-args = [
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
crossterm = ["crossterm_0_29"]
crossterm_0_28 = ["dep:crossterm_0_28"]
crossterm_0_29 = ["dep:crossterm_0_29"]
default = []

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

[[example]]
name = "scrollbar"
path = "examples/scrollbar.rs"

[[example]]
name = "scrollbar_mouse"
path = "examples/scrollbar_mouse.rs"
required-features = ["crossterm"]

[dependencies.crossterm_0_28]
version = "0.28"
optional = true
package = "crossterm"

[dependencies.crossterm_0_29]
version = "0.29"
optional = true
package = "crossterm"

[dependencies.document-features]
version = "0.2.11"

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

[dev-dependencies.color-eyre]
version = "0.6"

[dev-dependencies.ratatui]
version = "0.30"
default-features = true