# 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] name = "ib" version = "3.0.0" authors = ["Dylan McKay "] description = "A Rust client to the Interactive Brokers HTTP REST API" documentation = "https://docs.rs/ib" license = "MIT" repository = "https://github.com/dylanmckay/ib-rs" [dependencies.base64] version = "~0.7.0" [dependencies.futures] version = "0.1.16" [dependencies.hyper] version = "0.11.6" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.7" [dependencies.url] version = "1.5" [dev-dependencies.tokio-core] version = "0.1"