egui-selectable-table 0.1.0

A library for egui to create tables with draggable cell and row selection.
Documentation
[dependencies.egui]
default-features = false
features = ["rayon"]
version = "0.29.1"

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

[dependencies.rayon]
version = "1.10.0"

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

[lints.clippy.enum_glob_use]
level = "deny"
priority = 2

[lints.clippy.expect_used]
level = "allow"
priority = 6

[lints.clippy.missing_panics_doc]
level = "allow"
priority = 7

[lints.clippy.nursery]
level = "deny"
priority = 0

[lints.clippy.pedantic]
level = "deny"
priority = 1

[lints.clippy.perf]
level = "deny"
priority = 3

[lints.clippy.style]
level = "deny"
priority = 4

[lints.clippy.unwrap_used]
level = "deny"
priority = 5

[lints.rust]
unsafe_code = "forbid"

[package]
authors = ["TheRustyPickle <rusty.pickle94@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["gui"]
description = """
A library for egui to create tables with draggable cell and row selection.
"""
edition = "2021"
exclude = ["/demo", "/.github"]
homepage = "https://github.com/TheRustyPickle/egui-selectable-table"
keywords = ["egui", "table", "selectable-table", "drag", "row"]
license = "MIT"
name = "egui-selectable-table"
readme = "README.md"
repository = "https://github.com/TheRustyPickle/egui-selectable-table"
version = "0.1.0"