polyoxide 0.11.0

Unified Rust client for Polymarket APIs (CLOB, Gamma and Data)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.91"
name = "polyoxide"
version = "0.11.0"
authors = ["Aidan Bailey"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified Rust client for Polymarket APIs (CLOB, Gamma and Data)"
readme = "README.md"
keywords = [
    "polymarket",
    "prediction-markets",
    "api",
    "trading",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/dilettante-trading/polyoxide"

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

[lib]
name = "polyoxide"
path = "src/lib.rs"

[dependencies.polyoxide-clob]
version = "0.11.0"
optional = true

[dependencies.polyoxide-data]
version = "0.11.0"
optional = true

[dependencies.polyoxide-gamma]
version = "0.11.0"
optional = true

[dependencies.thiserror]
version = "2.0"

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