[dependencies.gloo]
features = ["utils"]
version = "0.11.0"
[dependencies.yew]
default-features = false
version = "0.21.0"
[lib]
name = "yew_scroll"
path = "src/lib.rs"
[package]
authors = ["Mahmoud Harmouch <oss@wiseai.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "🔝 A sleek and customizable Yew component for effortless scroll to top functionality."
documentation = "https://docs.rs/yew-scroll/"
edition = "2021"
keywords = ["scroll-to-top", "yew", "rust", "yew-scroll"]
license = "MIT"
name = "yew-scroll"
readme = "README.md"
repository = "https://github.com/wiseaidev/yew-scroll"
version = "0.1.1"
[profile.release]
codegen-units = 1
lto = "thin"
opt-level = "z"
strip = "symbols"