[package] name = "kalshi" version = "0.9.0" authors = ["David Petre "] edition = "2021" rust-version = "1.72" description = """An HTTPS and Websocket wrapper that allows users to write trading bots for the Kalshi events trading platform. """ license = "MIT OR Apache-2.0" repository = "https://github.com/dpeachpeach/kalshi-rust" keywords = ["finance", "trading", "kalshi", "bots"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1", features = ["full"] } serde = { version = "1.0", features = ["derive"]} uuid = { version = "1.5.0", features = ["v4", "fast-rng"]}