server_fn_macro 0.7.0-rc2

RPC for any web framework.
Documentation
[dependencies.const_format]
version = "0.2.33"

[dependencies.convert_case]
version = "0.6.0"

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

[dependencies.quote]
version = "1.0"

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

[dependencies.xxhash-rust]
features = ["const_xxh64"]
version = "0.8.12"

[features]
actix = []
axum = []
generic = []
nightly = []
reqwest = []
ssr = []

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

[package]
authors = ["Greg Johnston"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.7.0-rc2"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]