rspc 0.3.0

A blazing fast and easy to use TRPC server for Rust.
Documentation
[dependencies.futures]
version = "0.3.31"

[dependencies.serde]
features = ["derive"]
version = "1.0.215"

[dependencies.serde_json]
version = "1.0.133"

[dependencies.specta]
features = ["serde", "serde_json", "interop", "derive"]
version = "=2.0.0-rc.20"

[dependencies.specta-typescript]
features = []
version = "=0.0.7"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tokio]
features = ["sync", "rt", "macros"]
version = "1.41.1"

[dependencies.tracing]
optional = true
version = "0.1.40"

[features]
default = []
tracing = ["dep:tracing"]

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

[package]
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming", "asynchronous"]
description = "A blazing fast and easy to use TRPC server for Rust."
documentation = "https://docs.rs/rspc/latest/rspc"
edition = "2021"
include = ["/src", "/LICENCE", "/README.md"]
keywords = ["async", "specta", "rust-to-ts", "typescript", "typesafe"]
license = "MIT"
name = "rspc"
readme = "README.md"
repository = "https://github.com/oscartbeaumont/rspc"
version = "0.3.0"

[package.metadata."docs.rs"]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]