tui-rule 0.1.2

a pretty rule widget for ratatui
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-rule"
version = "0.1.2"
authors = ["F-77777"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a pretty rule widget for ratatui"
readme = "README.md"
license = "MIT"

[features]
all = [
    "utils",
    "serde",
    "crossterm",
]
default = ["all"]
utils = []

[lib]
name = "tui_rule"
path = "src/lib.rs"
doctest = false

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

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

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

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

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

[dependencies.colorgrad]
version = "0.7.0"

[dependencies.crossterm]
version = "0.28.1"
optional = true

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.getset]
version = "0.1.5"

[dependencies.ratatui]
version = "0.29.0"
features = ["unstable-widget-ref"]

[dependencies.serde]
version = "1.0.219"
features = ["derive"]
optional = true