[dependencies.axum]
optional = true
version = "0.8.6"
[dependencies.tokio]
features = ["sync", "rt"]
optional = true
version = "1"
[features]
ssr = []
[lib]
name = "yew_extra"
path = "src/lib.rs"
[package]
authors = ["Rouan van der Ende (rouan@netron.dev)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "Extract Axum request data within Yew server functions similar to how `leptos_axum` provides extraction helpers for Leptos"
edition = "2021"
keywords = ["yew", "cookie", "session", "extract"]
license = "MIT OR Apache-2.0"
name = "yew_extra"
readme = "README.md"
repository = "https://github.com/netrondev/yew_crates"
version = "0.3.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.axum]
version = "0.8.6"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.dashmap]
version = "6.1"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.once_cell]
version = "1.21"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
features = ["sync", "rt"]
version = "1"