[dependencies.const_format]
version = "0.2.30"
[dependencies.proc-macro-error]
default-features = false
version = "1"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.syn]
features = ["full", "parsing", "extra-traits"]
version = "2"
[dependencies.xxhash-rust]
features = ["const_xxh64"]
version = "0.8.6"
[features]
nightly = []
ssr = []
[package]
authors = ["Greg Johnston"]
description = "RPC for any web framework."
edition = "2021"
license = "MIT"
name = "server_fn_macro"
readme = "README.md"
repository = "https://github.com/leptos-rs/leptos"
version = "0.5.2"