rspc-core 0.0.1

Core types and traits for rspc
Documentation
[dependencies.erased-serde]
default-features = false
features = ["std"]
version = "0.4"

[dependencies.futures-core]
default-features = false
version = "0.3"

[dependencies.pin-project-lite]
default-features = false
version = "0.2"

[dependencies.serde]
default-features = false
version = "1"

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

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.panic]
level = "warn"
priority = -1

[lints.clippy.panic_in_result_fn]
level = "warn"
priority = -1

[lints.clippy.todo]
level = "warn"
priority = -1

[lints.clippy.unwrap_used]
level = "warn"
priority = -1

[package]
authors = ["Oscar Beaumont <oscar@otbeaumont.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "asynchronous"]
description = "Core types and traits for rspc"
documentation = "https://docs.rs/rspc-procedure"
edition = "2021"
keywords = ["async", "specta", "rust-to-ts", "typescript", "typesafe"]
license = "MIT"
name = "rspc-core"
readme = "README.md"
repository = "https://github.com/specta-rs/rspc"
version = "0.0.1"

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