# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bitmex" version = "0.2.2" authors = ["Weiyüen Wu "] description = "Rust Library for the BitMEX API (Async)" documentation = "https://docs.rs/crate/bitmex" readme = "README.md" keywords = ["cryptocurrency", "trading", "bitmex", "async"] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/dovahcrow/bitmex-rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.derive_builder] version = "0.9" [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.13" [dependencies.hyper-tls] version = "0.4" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.pin-project] version = "0.4" [dependencies.reqwest] version = "0.10.0" features = ["json"] [dependencies.ring] version = "0.16" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "0.2" features = ["macros"] [dependencies.tokio-tungstenite] version = "0.10" features = ["tls"] [dependencies.tungstenite] version = "0.10" [dependencies.url] version = "2" [dependencies.uuid] version = "0.8" features = ["serde"] [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.env_logger] version = "0.7" [badges.travis-ci] branch = "master" repository = "dovahcrow/bitmex-rs"