rat-ftable 2.2.0

ratatui table widget for large data
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 = "rat-ftable"
version = "2.2.0"
build = false
exclude = [
    ".idea/*",
    ".gitignore",
    "ftable.gif",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ratatui table widget for large data"
readme = "readme.md"
keywords = [
    "ratatui",
    "table",
    "large",
]
categories = ["command-line-interface"]
license = "MIT/Apache-2.0"
repository = "https://github.com/thscharler/rat-salsa"
resolver = "2"

[features]
perf_warnings = []

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

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

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

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

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

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

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

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

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

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

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

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

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

[[test]]
name = "test1"
path = "tests/test1.rs"

[dependencies.log]
version = "0.4"

[dependencies.rat-cursor]
version = "2.0.0"

[dependencies.rat-event]
version = "2.1.0"

[dependencies.rat-focus]
version = "2.1.0"

[dependencies.rat-reloc]
version = "2.0.2"

[dependencies.rat-scrolled]
version = "2.0.2"

[dependencies.ratatui-core]
version = "0.1"
features = [
    "std",
    "layout-cache",
]

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

[dependencies.ratatui-widgets]
version = "0.3"
features = [
    "std",
    "unstable-rendered-line-info",
]

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.fern]
version = "0.7"

[dev-dependencies.format_num_pattern]
version = "0.9"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.rat-theme4]
version = "4.5.2"

[dev-dependencies.unicode-segmentation]
version = "1.11"

[lints.clippy]
collapsible_else_if = "allow"
collapsible_if = "allow"
comparison_chain = "allow"
if_same_then_else = "allow"