# 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 = "ibkr_client_portal" version = "1.0.1" authors = ["Rabbit "] description = "Unofficial API Client implement for Interactive Brokers (IBKR / IB) Client Portal." readme = "README.md" keywords = [ "ib", "ibkr", "ibcp", "interactive-brokers", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/ttzztztz/rabbit_trading" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.80" [dependencies.futures-util] version = "0.3.30" [dependencies.mixin] version = "0.2.0" [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.reqwest-middleware] version = "0.3" features = ["json"] [dependencies.reqwest-retry] version = "0.5" [dependencies.rust_decimal] version = "1.35.0" features = [ "maths", "serde-float", "serde-with-str", ] [dependencies.rust_decimal_macros] version = "1.34.2" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.serde_repr] version = "0.1.19" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.23.0" [dev-dependencies.async_once] version = "0.2.6" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.serial_test] version = "3.1.1" [features] ci = [] default = ["full"] flaky_test_cases = [] full = ["streaming"] streaming = []