seraphic 0.1.0

Lightweight JSON RPC 2.0
Documentation
[dependencies.seraphic-derive]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1.0.132"

[dependencies.tokio]
features = ["full"]
version = "1.42.0"

[dependencies.tracing]
features = ["log"]
version = "0.1.40"

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

[package]
authors = ["Void Kandy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "Lightweight JSON RPC 2.0"
edition = "2021"
homepage = "https://github.com/voidKandy/seraphic"
keywords = ["api", "json", "rpc"]
license = "MIT OR Apache-2.0"
name = "seraphic"
readme = "README.md"
repository = "https://github.com/voidKandy/seraphic"
version = "0.1.0"