[package]
edition = "2021"
name = "dioxus-ssr"
version = "0.7.9"
authors = ["Jonathan Kelley"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dioxus render-to-string"
readme = "README.md"
keywords = [
"dom",
"ui",
"gui",
"react",
"ssr",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/dioxus/"
[package.metadata.docs.rs]
cargo-args = [
"-Zunstable-options",
"-Zrustdoc-scrape-examples",
]
[lib]
name = "dioxus_ssr"
path = "src/lib.rs"
[[test]]
name = "bool_attr"
path = "tests/bool_attr.rs"
[[test]]
name = "escape"
path = "tests/escape.rs"
[[test]]
name = "forward_spreads"
path = "tests/forward_spreads.rs"
[[test]]
name = "hydration"
path = "tests/hydration.rs"
[[test]]
name = "inner_html"
path = "tests/inner_html.rs"
[[test]]
name = "simple"
path = "tests/simple.rs"
[[test]]
name = "spread"
path = "tests/spread.rs"
[[test]]
name = "styles"
path = "tests/styles.rs"
[dependencies.askama_escape]
version = "0.13.0"
[dependencies.dioxus-core]
version = "0.7.9"
features = ["serialize"]
[dependencies.dioxus-core-types]
version = "0.7.9"
[dependencies.rustc-hash]
version = "2.1.1"