hydration_context 0.1.0

Utilities for sharing data between web servers and client-side web applications.
[dependencies.futures]
version = "0.3"

[dependencies.js-sys]
optional = true
version = "0.3"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.or_poisoned]
version = "0.1"

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

[dependencies.throw_error]
version = "0.1"

[dependencies.wasm-bindgen]
optional = true
version = "0.2"

[features]
browser = ["dep:wasm-bindgen", "dep:js-sys"]

[package]
authors = ["Greg Johnston"]
description = "Utilities for sharing data between web servers and client-side web applications."
edition = "2021"
license = "MIT"
name = "hydration_context"
readme = "README.md"
repository = "https://github.com/leptos-rs/leptos"
rust-version = "1.75"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]