[[bin]]
name = "ibkr"
path = "src/main.rs"
[dependencies.thiserror]
version = "1"
[dependencies.tokio]
features = ["net", "io-util", "sync", "time", "rt-multi-thread", "macros"]
version = "1"
[lib]
name = "ibkr"
path = "src/lib.rs"
[package]
authors = ["Wxveshack"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "finance"]
description = "A Rust client for the Interactive Brokers TWS API"
edition = "2024"
keywords = ["ibkr", "interactive-brokers", "trading", "tws", "finance"]
license = "AGPL-3.0"
name = "ibkr"
readme = "README.md"
repository = "https://github.com/Wxveshack/ibkr"
version = "0.2.0"