[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.polyte-core]
version = "0.1.7"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1.41"
[dependencies.tracing]
version = "0.1"
[dependencies.url]
version = "2.5"
[dependencies.urlencoding]
version = "2.1"
[dev-dependencies.tokio]
features = ["full", "macros", "rt-multi-thread"]
version = "1.41"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[features]
default = []
[lib]
name = "polyte_gamma"
path = "src/lib.rs"
[package]
authors = ["Kenji Lau <hello@kenji.sh>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming::http-client"]
description = "Rust client library for Polymarket Gamma (market data) API"
edition = "2021"
keywords = ["polymarket", "prediction-markets", "api", "gamma"]
license = "MIT"
name = "polyte-gamma"
readme = "README.md"
repository = "https://github.com/roushou/polyte"
rust-version = "1.75"
version = "0.1.8"