dioxus-fullstack-macro 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-fullstack-macro"
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"
readme = false
keywords = [
    "dom",
    "ui",
    "gui",
    "react",
    "liveview",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/dioxus/"

[lib]
name = "dioxus_fullstack_macro"
path = "src/lib.rs"
proc-macro = true

[dependencies.const_format]
version = "0.2.34"

[dependencies.convert_case]
version = "0.8.0"

[dependencies.proc-macro2]
version = "1.0.101"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "parsing",
    "extra-traits",
]

[dependencies.xxhash-rust]
version = "0.8.15"
features = ["const_xxh64"]
default-features = true