dxlink 0.1.5

Library for trading through tastytrade's API
Documentation
[dependencies.futures-util]
version = "0.3"

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

[dependencies.serde_json]
version = "1.0"

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

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.warp]
features = ["websocket", "server"]
version = "0.4"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library for trading through tastytrade's API"
edition = "2024"
include = ["benches/**/*", "src/**/*", "Cargo.toml", "README.md", "LICENSE", "examples/**/*.rs", "tests/**/*.rs", "Makefile", "rust-toolchain.toml", "Draws/**/*.png", "Docker/**/*.Dockerfile", "Docker/**/*.yml"]
license = "MIT"
name = "dxlink"
readme = "README.md"
repository = "https://github.com/joaquinbejar/DXlink"
version = "0.1.5"

[[test]]
name = "tests"
path = "tests/integration/mod.rs"