Cargo.toml 722 B

12345678910111213141516171819202122232425262728
  1. [package]
  2. name = "as-market-binance-okx-spot"
  3. version = "0.1.0"
  4. edition = "2021"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. rust_decimal = "1.31.0"
  8. rust_decimal_macros = "1.31.0"
  9. reqwest = { version = "0.11.14", features = ["json"] }
  10. chrono = "0.4.26"
  11. serde = "1.0.183"
  12. serde_derive = "1.0.183"
  13. serde_json = "1.0.104"
  14. ndarray = "0.15"
  15. time = "0.2"
  16. tokio = { version = "1.31.0", features = ["full"] }
  17. tungstenite = { git = "https://github.com/PrivateRookie/tungstenite-rs.git", rev = "1d9289276518e5ab7e5194126d40b441d8938375" }
  18. url = "2.4.0"
  19. base64 = "0.13"
  20. #rust-crypto = "0.2.36"
  21. #hmac = "0.8.0"
  22. #sha2 = "0.9"
  23. hex = "0.4"
  24. ring = "0.17.0-alpha.11"