ankurah-virtual-scroll 0.7.7

Platform-agnostic virtual scroll state machine with pagination for Ankurah
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 = "2021"
name = "ankurah-virtual-scroll"
version = "0.7.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform-agnostic virtual scroll state machine with pagination for Ankurah"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ankurah/virtual-scroll"

[features]
default = []
uniffi = []
wasm = []

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

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

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

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

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

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

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

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

[dependencies.ankql]
version = "^0.7.17"

[dependencies.ankurah]
version = "^0.7.17"
features = ["derive"]

[dependencies.ankurah-proto]
version = "^0.7.17"

[dependencies.ankurah-signals]
version = "^0.7.17"

[dependencies.ankurah-virtual-scroll-derive]
version = "=0.7.7"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.ankurah-storage-sled]
version = "^0.7.17"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.ctor]
version = "0.2"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"

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