shield-dioxus 0.4.0

Dioxus integration for Shield.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "shield-dioxus"
version = "0.4.0"
authors = ["Rust for Web <info@rustforweb.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dioxus integration for Shield."
readme = "README.md"
license = "MIT"
repository = "https://github.com/RustForWeb/shield"

[features]
server = ["dioxus/server"]

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.dioxus]
version = "0.7.9"
features = [
    "fullstack",
    "router",
]

[dependencies.serde_json]
version = "1.0.133"

[dependencies.serde_qs]
version = "1.0.0"

[dependencies.shield]
version = "0.4.0"

[dependencies.tracing]
version = "0.1.41"