# 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" rust-version = "1.56.1" name = "bitsors" version = "1.1.16" authors = ["arturo "] description = "A Rust wrapper for the Bitso API" homepage = "https://github.com/bitsoex/bitso-rs/" readme = "README.md" keywords = ["bitso", "api", "cryptocurrencies"] license = "MIT" resolver = "2" [dependencies.anyhow] version = "1.0.37" [dependencies.dotenv] version = "0.15.0" [dependencies.futures-util] version = "0.3.14" [dependencies.hex] version = "0.4.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.openssl] version = "0.10.32" [dependencies.reqwest] version = "0.11.0" features = ["json"] [dependencies.serde] version = "1.0.118" [dependencies.serde_derive] version = "1.0.118" [dependencies.serde_json] version = "1.0.61" [dependencies.strum] version = "0.20" [dependencies.strum_macros] version = "0.20" [dependencies.tokio] version = "1.5.0" features = ["net"] [dependencies.tokio-tungstenite] version = "0.14.0" features = ["native-tls"] [dev-dependencies.mockito] version = "0.28.0" [dev-dependencies.tokio] version = "1.5.0" features = ["full"]