yew-virtual 0.2.0

A headless virtualization engine for the Yew framework, equivalent to TanStack Virtual
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 = "yew-virtual"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A headless virtualization engine for the Yew framework, equivalent to TanStack Virtual"
readme = "README.md"
keywords = [
    "yew",
    "virtual",
    "scroll",
    "wasm",
    "virtualization",
]
categories = [
    "wasm",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/Black-Cockpit/yew-virtual"
resolver = "2"

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

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

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

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

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

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

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

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

[dependencies.js-sys]
version = "0.3.91"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.web-sys]
version = "0.3.91"
features = [
    "AddEventListenerOptions",
    "DomRectReadOnly",
    "Element",
    "HtmlElement",
    "ResizeObserver",
    "ResizeObserverEntry",
    "ScrollBehavior",
    "ScrollToOptions",
    "WheelEvent",
    "Window",
]

[dependencies.yew]
version = "0.23.0"
default-features = false

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