[dependencies.alloy-primitives]
version = "1.4.1"
[dependencies.alloy-signer]
features = ["eip712"]
version = "1.0.42"
[dependencies.alloy-signer-local]
features = ["eip712"]
version = "1.0.42"
[dependencies.alloy-sol-types]
features = ["eip712-serde", "json"]
version = "1.4.1"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.async-trait]
version = "0.1.71"
[dependencies.base64]
version = "0.22.1"
[dependencies.bytes]
version = "1.11.0"
[dependencies.chrono]
features = ["serde"]
version = "0.4.42"
[dependencies.futures]
version = "0.3.31"
[dependencies.futures-util]
version = "0.3.31"
[dependencies.hmac]
version = "0.12.1"
[dependencies.mockito]
version = "1.7.0"
[dependencies.rand]
version = "0.9.2"
[dependencies.reqwest]
features = ["gzip", "json", "stream"]
version = "0.12.20"
[dependencies.rust_decimal]
features = ["serde-with-str"]
version = "1.39.0"
[dependencies.rust_decimal_macros]
version = "1.39.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.sha2]
version = "0.10.9"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tokio]
features = ["full"]
version = "1.48.0"
[dependencies.tokio-tungstenite]
features = ["native-tls"]
version = "0.28.0"
[dependencies.tracing]
version = "0.1.41"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.20"
[dependencies.url]
version = "2.5.7"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.18.1"
[[example]]
name = "balance_allowance"
path = "examples/balance_allowance.rs"
[[example]]
name = "order"
path = "examples/order.rs"
[[example]]
name = "wss_cancel"
path = "examples/wss_cancel.rs"
[[example]]
name = "wss_market"
path = "examples/wss_market.rs"
[[example]]
name = "wss_user"
path = "examples/wss_user.rs"
[lib]
name = "polysqueeze"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "finance", "data-structures"]
description = "Rust SDK for authenticated access to Polymarket's CLOB, Gamma, and WebSocket APIs."
documentation = "https://docs.rs/polysqueeze"
edition = "2024"
homepage = "https://github.com/augustin-v/polysqueeze"
keywords = ["polymarket", "prediction-markets", "websocket", "rust", "clob"]
license = "MIT OR Apache-2.0"
name = "polysqueeze"
readme = "README.md"
repository = "https://github.com/augustin-v/polysqueeze"
version = "0.1.7"
[[test]]
name = "auth_test"
path = "tests/auth_test.rs"
[[test]]
name = "gamma_integration"
path = "tests/gamma_integration.rs"
[[test]]
name = "live_gamma_client"
path = "tests/live_gamma_client.rs"
[[test]]
name = "place_order"
path = "tests/place_order.rs"