dioxus-ssr 0.6.2

Dioxus render-to-string
Documentation
[dependencies.askama_escape]
version = "0.10.3"

[dependencies.dioxus-core]
features = ["serialize"]
version = "0.6.2"

[dependencies.dioxus-core-types]
version = "0.6.2"

[dependencies.rustc-hash]
version = "1.1.0"

[lib]
name = "dioxus_ssr"
path = "src/lib.rs"

[package]
authors = ["Jonathan Kelley"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Dioxus render-to-string"
edition = "2021"
keywords = ["dom", "ui", "gui", "react", "ssr"]
license = "MIT OR Apache-2.0"
name = "dioxus-ssr"
readme = "README.md"
repository = "https://github.com/DioxusLabs/dioxus/"
version = "0.6.2"

[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]

[[test]]
name = "bool_attr"
path = "tests/bool_attr.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"