polyte 0.3.0

Unified Rust client for Polymarket APIs (CLOB, Gamma and Data)
Documentation
[dependencies.polyte-clob]
optional = true
version = "0.2.0"

[dependencies.polyte-data]
optional = true
version = "0.1.1"

[dependencies.polyte-gamma]
optional = true
version = "0.1.8"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.tokio]
features = ["full", "macros", "rt-multi-thread"]
version = "1.41"

[features]
clob = ["dep:polyte-clob"]
data = ["dep:polyte-data"]
default = ["clob", "gamma", "data"]
full = ["clob", "gamma", "data", "ws"]
gamma = ["dep:polyte-gamma"]
ws = ["clob", "polyte-clob/ws"]

[lib]
name = "polyte"
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 = "Unified Rust client for Polymarket APIs (CLOB, Gamma and Data)"
edition = "2021"
keywords = ["polymarket", "prediction-markets", "api", "trading"]
license = "MIT"
name = "polyte"
readme = "README.md"
repository = "https://github.com/roushou/polyte"
rust-version = "1.75"
version = "0.3.0"