roxy-types 0.1.0

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

[dependencies.alloy-primitives]
version = "1.4"

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

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

[lib]
name = "roxy_types"
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 = "Core types for Roxy RPC proxy"
edition = "2024"
homepage = "https://github.com/refcell/roxy"
license = "MIT"
name = "roxy-types"
readme = "README.md"
repository = "https://github.com/refcell/roxy"
resolver = "2"
rust-version = "1.88"
version = "0.1.0"