tradingkit 0.1.0

Exchange-agnostic trading library for equities and crypto
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 = "2024"
name = "tradingkit"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Exchange-agnostic trading library for equities and crypto"
readme = false
license = "MIT"
repository = "https://github.com/deltaexploit/tradingkit"

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

[dependencies.base64]
version = "0.22.1"

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

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.hmac]
version = "0.12.1"

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

[dependencies.reqwest-websocket]
version = "0.4.1"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
version = "0.10.8"

[dev-dependencies.tokio]
version = "1.44.1"
features = [
    "macros",
    "rt-multi-thread",
]