[package]
edition = "2021"
name = "openpx"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified SDK for prediction markets — Kalshi, Polymarket, Opinion and more"
readme = "README.md"
keywords = [
"prediction-market",
"trading",
"polymarket",
"kalshi",
"sdk",
]
categories = [
"api-bindings",
"finance",
]
license = "MIT"
repository = "https://github.com/openpx/openpx"
[lib]
name = "openpx"
path = "src/lib.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "live"
path = "tests/live.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.px-core]
version = "0.1.6"
[dependencies.px-crypto]
version = "0.1.6"
[dependencies.px-exchange-kalshi]
version = "0.1.6"
[dependencies.px-exchange-opinion]
version = "0.1.6"
[dependencies.px-exchange-polymarket]
version = "0.1.6"
[dependencies.px-sports]
version = "0.1.6"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dev-dependencies.dotenvy]
version = "0.15"
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.rustls]
version = "0.23"
features = ["ring"]
[dev-dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"macros",
"time",
"sync",
"signal",
"rt-multi-thread",
"macros",
]