mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 07:34:35 -05:00
22 lines
764 B
TOML
22 lines
764 B
TOML
[package]
|
|
name = "leptos_integration_utils"
|
|
authors = ["Greg Johnston"]
|
|
license = "MIT"
|
|
repository = "https://github.com/leptos-rs/leptos"
|
|
description = "Utilities to help build server integrations for the Leptos web framework."
|
|
version = "0.8.5"
|
|
rust-version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
futures = { workspace = true, default-features = true }
|
|
hydration_context = { workspace = true }
|
|
leptos = { workspace = true, features = ["nonce"] }
|
|
leptos_meta = { workspace = true, features = ["ssr"] }
|
|
leptos_router = { workspace = true, features = ["ssr"] }
|
|
leptos_config = { workspace = true }
|
|
reactive_graph = { workspace = true, features = ["sandboxed-arenas"] }
|
|
|
|
[package.metadata.docs.rs]
|
|
rustdoc-args = ["--generate-link-to-definition"]
|