| 12345678910111213141516171819202122232425262728 |
- [package]
- name = "as-market-binance-okx-spot"
- version = "0.1.0"
- edition = "2021"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- rust_decimal = "1.31.0"
- rust_decimal_macros = "1.31.0"
- reqwest = { version = "0.11.14", features = ["json"] }
- chrono = "0.4.26"
- serde = "1.0.183"
- serde_derive = "1.0.183"
- serde_json = "1.0.104"
- ndarray = "0.15"
- time = "0.2"
- tokio = { version = "1.31.0", features = ["full"] }
- tungstenite = { git = "https://github.com/PrivateRookie/tungstenite-rs.git", rev = "1d9289276518e5ab7e5194126d40b441d8938375" }
- url = "2.4.0"
- base64 = "0.13"
- #rust-crypto = "0.2.36"
- #hmac = "0.8.0"
- #sha2 = "0.9"
- hex = "0.4"
- ring = "0.17.0-alpha.11"
|