egui_deferred_table 0.2.0

An egui table, where the number of rows/columns is deferred
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_deferred_table"
version = "0.2.0"
authors = ["Dominic Clifton <me@dominicclifton.name>"]
build = false
include = [
    "assets/**/*",
    "examples/**/*",
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE-*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An egui table, where the number of rows/columns is deferred"
homepage = "https://github.com/MakerPnP/egui_deferred_table"
documentation = "https://docs.rs/egui_deferred_table"
readme = "README.md"
keywords = [
    "egui",
    "gui",
    "widget",
    "table",
    "data",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MakerPnP/egui_deferred_table"

[features]
persistence = [
    "egui/persistence",
    "dep:serde",
]

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

[dependencies.egui]
version = "0.34.0"

[dependencies.log]
version = "0.4.27"

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

[dev-dependencies.rstest]
version = "0.26.1"