# 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-cp-api-client" version = "0.4.0" authors = ["Juan I Marquez"] description = "A client for the IBKR Client Portal API" homepage = "https://github.com/numberjuani/ibkr-cp-api-client" readme = "README.md" license = "MIT" repository = "https://github.com/numberjuani/ibkr-cp-api-client" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.dotenvy] version = "0.15" [dependencies.futures-util] version = "0.3" [dependencies.reqwest] version = "0.12.5" features = ["json"] [dependencies.rust_decimal] version = "1" features = [ "serde-float", "serde-str", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.thirtyfour] version = "0.32.0" optional = true [dependencies.tokio] version = "1" features = [ "process", "macros", ] default-features = false [dependencies.tokio-tungstenite] version = "0.23" [features] auth = ["dep:thirtyfour"]