polymarket 0.1.0

Rust SDK for Polymarket prediction market - CLOB trading, on-chain operations, and WebSocket streaming
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 = "2021"
name = "polymarket"
version = "0.1.0"
authors = ["Alex Kuznetsov <alex.sproot@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for Polymarket prediction market - CLOB trading, on-chain operations, and WebSocket streaming"
homepage = "https://github.com/sproot/polymarket-sdk"
documentation = "https://docs.rs/polymarket"
readme = "README.md"
keywords = [
    "polymarket",
    "prediction-market",
    "trading",
    "defi",
    "polygon",
]
categories = [
    "api-bindings",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/sproot/polymarket-sdk"

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

[dependencies.alloy]
version = "1.0"
features = [
    "signer-local",
    "sol-types",
    "contract",
    "eip712",
]

[dependencies.alloy-sol-types]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dashmap]
version = "6.1.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.hex]
version = "0.4"
features = ["alloc"]

[dependencies.hmac]
version = "0.12"

[dependencies.rand]
version = "0.9"

[dependencies.reqwest]
version = "0.12.9"
features = [
    "json",
    "gzip",
]

[dependencies.rust_decimal]
version = "1.39"
features = [
    "serde-str",
    "serde-float",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "3.11"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0.17"

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

[dependencies.tracing]
version = "0.1"

[dependencies.ws-reconnect-client]
version = "0.1"