roshi 0.0.1

A Rust client for the Kalshi API
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 = "roshi"
version = "0.0.1"
authors = ["Elijah Elrod <elijah.elrod@yahoo.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust client for the Kalshi API"
readme = "README.md"
keywords = [
    "kalshi",
    "api",
    "client",
    "trading",
]
license = "MIT"
repository = "https://github.com/ElijahElrod/roshi"

[features]
debug = []
default = []
rest_client = []
ws_client = []

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

[dependencies.anyhow]
version = "1.0.82"

[dependencies.async-trait]
version = "0.1.80"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.38"
features = ["serde"]

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

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_core]
version = "0.6.4"

[dependencies.reqwest]
version = "0.12.4"
features = ["json"]

[dependencies.rsa]
version = "0.9.6"

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

[dependencies.serde_json]
version = "1.0.117"

[dependencies.sha2]
version = "0.10.8"

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

[dependencies.tokio-tungstenite]
version = "0.21.0"
features = ["native-tls"]

[dependencies.tungstenite]
version = "0.21.0"

[dependencies.url]
version = "2.5.0"