[package]
name = "tradingkit"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Exchange-agnostic trading library for equities and crypto"
repository = "https://github.com/deltaexploit/tradingkit"
[dependencies]
base64 = "0.22.1"
chrono = { version = "0.4", features = ["serde"] }
dotenvy = "0.15.7"
hmac = "0.12.1"
reqwest = { version = "0.12.5", features = ["json"] }
reqwest-websocket = "0.4.1"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
sha2 = "0.10.8"
[dev-dependencies]
tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread"] }
[workspace]
members = ["strategy/test-strategy"]