leptos-struct-table 0.18.0

Generate a complete batteries included leptos data table component from a struct definition.
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 = "leptos-struct-table"
version = "0.18.0"
build = false
exclude = [
    "examples/",
    "tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate a complete batteries included leptos data table component from a struct definition."
readme = "README.md"
keywords = [
    "leptos",
    "table",
    "data-sheet",
    "data-grid",
]
categories = [
    "gui",
    "web-programming",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Synphonyte/leptos-struct-table"

[package.metadata."docs.rs"]
all-features = true

[features]
chrono = ["dep:chrono"]
i18n = ["leptos-struct-table-macro/i18n"]
rust_decimal = ["dep:rust_decimal"]
time = ["dep:time"]
uuid = ["dep:uuid"]

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

[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.leptos]
version = "0.8"

[dependencies.leptos-struct-table-macro]
version = "0.15.0"

[dependencies.leptos-use]
version = "0.18"
features = [
    "element",
    "use_debounce_fn",
    "use_element_size",
    "use_scroll",
]
default-features = false

[dependencies.rust_decimal]
version = "1"
optional = true

[dependencies.send_wrapper]
version = "0.6"

[dependencies.serde]
version = "1"

[dependencies.time]
version = "0.3"
features = ["formatting"]
optional = true

[dependencies.uuid]
version = "1"
features = []
optional = true

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.web-sys]
version = "0.3"
features = [
    "DomRect",
    "Element",
]