polyrel 0.2.1

Unofficial Polymarket relayer client
Documentation
[package]
name = "polyrel"
version = "0.2.1"
edition = "2024"
rust-version = "1.94.1"
description = "Unofficial Polymarket relayer client"
license = "Apache-2.0 OR MIT"
readme = "README.md"
repository = "https://github.com/hubcycle/polyrel"
homepage = "https://github.com/hubcycle/polyrel"
documentation = "https://docs.rs/polyrel"
keywords = ["polymarket", "relayer", "gasless", "ethereum", "polygon"]
categories = ["api-bindings"]

[lints.rust]
unsafe_code = "forbid"
missing_docs = "deny"

[lints.clippy]
wildcard_imports = "deny"

[dependencies]
alloy-primitives = { version = "1.5", features = ["serde"] }
alloy-signer = "1.8"
alloy-sol-types = "1.5"
base64 = "0.22"
bon = "3.9"
hmac = "0.13"
reqwest = { version = "0.13", features = ["json", "query"] }
secrecy = "0.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.11"
thiserror = "2.0"
tokio = { version = "1.51", features = ["time"] }
url = "2.5"

[dev-dependencies]
alloy-signer-local = "1.8"
tokio = { version = "1.51", features = ["macros", "rt-multi-thread"] }
wiremock = "0.6"