yew-datatable 0.2.0

Data table component library for Yew - TanStack Table inspired
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"
rust-version = "1.85"
name = "yew-datatable"
version = "0.2.0"
authors = ["Hasni Mehdi <hasnimehdi@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data table component library for Yew - TanStack Table inspired"
homepage = "https://github.com/Black-Cockpit/yew-datatable"
readme = "README.md"
keywords = [
    "web",
    "wasm",
    "yew",
    "datatable",
    "component",
]
categories = ["wasm"]
license = "MIT"
repository = "https://github.com/Black-Cockpit/yew-datatable"
resolver = "2"

[features]
default = []

[lib]
name = "yew_datatable"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

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

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

[dependencies.web-sys]
version = "0.3"
features = [
    "Document",
    "Element",
    "Event",
    "EventTarget",
    "HtmlElement",
    "HtmlInputElement",
    "HtmlSelectElement",
    "KeyboardEvent",
    "MouseEvent",
    "Node",
    "Window",
]

[dependencies.yew]
version = "0.23.0"
features = ["csr"]

[dependencies.yew-datatable-core]
version = "0.2.0"

[dev-dependencies.gloo]
version = "0.12.0"
features = [
    "futures",
    "timers",
]

[dev-dependencies.wasm-bindgen-test]
version = "0.3"