roxy-rpc 0.1.0

RPC handling for Roxy RPC proxy
[dependencies.alloy-json-rpc]
version = "1.0"

[dependencies.bytes]
version = "1.0"

[dependencies.derive_more]
features = ["full"]
version = "2.0"

[dependencies.roxy-traits]
version = "0.1.0"

[dependencies.roxy-types]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.rstest]
version = "0.23"

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

[lints.clippy]
missing-const-for-fn = "warn"
option-if-let-else = "warn"
redundant-clone = "warn"
use-self = "warn"

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

[lints.rust]
missing-debug-implementations = "warn"
missing-docs = "warn"
rust-2018-idioms = "deny"
unnameable-types = "warn"
unreachable-pub = "warn"
unused-must-use = "deny"

[lints.rustdoc]
all = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "RPC handling for Roxy RPC proxy"
edition = "2024"
homepage = "https://github.com/refcell/roxy"
license = "MIT"
name = "roxy-rpc"
readme = "README.md"
repository = "https://github.com/refcell/roxy"
resolver = "2"
rust-version = "1.88"
version = "0.1.0"