[package]
name = "yew-sidebar"
version = "0.1.4"
description = "📁 An ultra-flexible and lightning-fast sidebar component for the Yew framework."
license = "MIT"
repository = "https://github.com/next-rs/yew-sidebar"
homepage = "https://github.com/next-rs/yew-sidebar"
documentation = "https://docs.rs/yew-sidebar/"
authors = ["Mahmoud Harmouch <oss@wiseai.dev>"]
edition = "2021"
exclude = ["/examples"]
keywords = ["yew", "rust", "sidebar", "yew-sidebar"]
categories = ["web-programming", "no-std"]
[dependencies]
yew = "0.21.0"
yew-accordion = "0.1.0"
[profile.release]
codegen-units = 1
opt-level = "z"
lto = "thin"
strip = "symbols"
[badges]
maintenance = { status = "actively-developed" }