egui-table-kit 0.1.4

An extension for `egui` that brings batteries-included, filtering, highlighting, tree structures, and an action dispatch to your tables.
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 = "egui-table-kit"
version = "0.1.4"
authors = ["Cody Wyatt Neiman (xangelix) <neiman@cody.to>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An extension for `egui` that brings batteries-included, filtering, highlighting, tree structures, and an action dispatch to your tables."
documentation = "https://docs.rs/egui-table-kit"
readme = "README.md"
keywords = [
    "egui",
    "table",
    "tree",
    "filter",
    "sort",
]
categories = [
    "gui",
    "visualization",
    "data-structures",
    "algorithms",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/xangelix/egui-table-kit"

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

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

[dependencies.ahash]
version = "0.8"

[dependencies.bitflags]
version = "2"
features = ["serde"]

[dependencies.compact_str]
version = "0.9"

[dependencies.egui]
version = "0.34"

[dependencies.egui_extras]
version = "0.34"
default-features = false

[dependencies.fluent-zero]
version = "0.1"

[dependencies.parking_lot]
version = "0.12"
features = ["hardware-lock-elision"]

[dependencies.regex]
version = "1.12"

[dependencies.roaring]
version = "0.11"
features = [
    "serde",
    "simd",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dev-dependencies.eframe]
version = "0.34"

[build-dependencies.fluent-zero-build]
version = "0.1"