-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCargo.toml
23 lines (21 loc) · 831 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
authors = ["Matteo Pisani <matteo.pisani.91@gmail.com>"]
categories = ["api-bindings", "web-programming::websocket"]
description = "🦈 Minimal, elegant, fast, async Kraken exchange WebSockets API client | Written in Rust"
documentation = "https://docs.rs/squalo/"
edition = "2018"
keywords = ["rust", "kraken", "exchange", "api", "cryptocurrency"]
license = "MIT"
name = "squalo"
readme = "README.md"
repository = "https://github.com/xonoxitron/squalo"
version = "0.1.6"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-std = "1.9.0"
async-tungstenite = {version = "0.13.0", features = ["async-std-runtime", "async-tls"]}
futures = "0.3.13"
futures-channel = "0.3.13"
polipo = "0.2.5"
tokio = {version = "1.2.0", features = ["full"]}
url = "2.2.1"