polynode 0.4.2

Rust SDK for the PolyNode API — real-time Polymarket 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"
name = "polynode"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for the PolyNode API — real-time Polymarket data"
homepage = "https://polynode.dev"
documentation = "https://docs.polynode.dev/guides/sdk"
readme = "README.md"
keywords = [
    "polymarket",
    "polynode",
    "prediction-market",
    "websocket",
    "polygon",
]
categories = [
    "api-bindings",
    "web-programming::websocket",
]
license = "MIT"
repository = "https://github.com/joinQuantish/polynode-rs"

[features]
cache = [
    "dep:rusqlite",
    "dep:notify",
]
default = []

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

[[test]]
name = "rest_integration"
path = "tests/rest_integration.rs"

[[test]]
name = "ws_integration"
path = "tests/ws_integration.rs"

[dependencies.flate2]
version = "1"

[dependencies.futures-util]
version = "0.3"

[dependencies.notify]
version = "7"
optional = true

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rusqlite]
version = "0.32"
features = ["bundled"]
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "time",
    "sync",
]

[dependencies.tokio-tungstenite]
version = "0.26"
features = ["rustls-tls-webpki-roots"]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]