kalshi 0.9.0

An HTTPS and Websocket wrapper that allows users to write trading bots for the Kalshi events trading platform.
Documentation
[dependencies.reqwest]
features = ["json"]
version = "0.11"

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

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

[dependencies.uuid]
features = ["v4", "fast-rng"]
version = "1.5.0"

[package]
authors = ["David Petre <david.petre31@gmail.com>"]
description = """
An HTTPS and Websocket wrapper that allows users to write 
trading bots for the Kalshi events trading platform.
"""
edition = "2021"
keywords = ["finance", "trading", "kalshi", "bots"]
license = "MIT OR Apache-2.0"
name = "kalshi"
readme = "README.md"
repository = "https://github.com/dpeachpeach/kalshi-rust"
resolver = "1"
rust-version = "1.72"
version = "0.9.0"