jsonrpce 0.1.0

JSON-RPC 2.0 for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "jsonrpce"
version = "0.1.0"
authors = ["pyk <gm@pyk.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSON-RPC 2.0 for Rust"
readme = "README.md"
keywords = [
    "json-rpc",
    "rpc",
    "blocking",
    "sync",
    "io",
]
license = "MIT"
repository = "https://github.com/bidentsec/jsonrpce"

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

[[example]]
name = "stdio"
path = "examples/stdio.rs"

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

[dependencies.serde_json]
version = "1.0"