dioxus-stores 0.7.4

Server function macros for Dioxus
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 = "2021"
name = "dioxus-stores"
version = "0.7.4"
authors = [
    "Jonathan Kelley",
    "Evan Almloff",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server function macros for Dioxus"
homepage = "https://dioxuslabs.com/docs/0.5/guide/en/getting_started/fullstack.html"
readme = "README.md"
keywords = [
    "dom",
    "ui",
    "gui",
    "react",
    "liveview",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/dioxus/"

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

[features]
default = ["macro"]
large-path = []
macro = ["dep:dioxus-stores-macro"]

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

[[test]]
name = "coercions"
path = "tests/coercions.rs"

[[test]]
name = "marco"
path = "tests/marco.rs"

[dependencies.dioxus-core]
version = "0.7.4"

[dependencies.dioxus-signals]
version = "0.7.4"

[dependencies.dioxus-stores-macro]
version = "0.7.4"
optional = true

[dependencies.generational-box]
version = "0.7.4"