polyte-data 0.1.0

Rust client library for Polymarket Data API
Documentation
[dependencies.polyte-core]
version = "0.1.6"

[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"

[features]
default = []

[lib]
name = "polyte_data"
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 Data API"
edition = "2021"
keywords = ["polymarket", "prediction-markets"]
license = "MIT"
name = "polyte-data"
readme = "README.md"
repository = "https://github.com/roushou/polyte"
rust-version = "1.75"
version = "0.1.0"