leptos_meta 0.7.0-alpha

Tools to set HTML metadata in the Leptos web framework.
Documentation
[package]
name = "leptos_meta"
version = "0.7.0-alpha"
edition = "2021"
authors = ["Greg Johnston"]
license = "MIT"
repository = "https://github.com/leptos-rs/leptos"
description = "Tools to set HTML metadata in the Leptos web framework."
rust-version.workspace = true

[dependencies]
leptos = { workspace = true }
once_cell = "1"
or_poisoned = { workspace = true }
indexmap = "2"
send_wrapper = "0.6.0"
tracing = "0.1"
wasm-bindgen = "0.2"
futures = "0.3.30"

[dependencies.web-sys]
version = "0.3"
features = ["HtmlLinkElement", "HtmlMetaElement", "HtmlTitleElement"]

[features]
default = []
ssr = []