[package] name = "omglib" version = "0.1.55" edition = "2021" authors = ["OmegaZoeng "] license = "MIT OR Apache-2.0" description = "Omega library for crypto trading" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.23", features = ["json"] } rsa = "0.9.6" serde = "1.0.195" serde_json = "1.0.111" log = "0.4.20" base64 = "0.21.7" hostname = "0.3.1" toml = "0.8.8" dirs = "5.0.1" tokio = { version = "1.35.1", features = ["full"] } log4rs = "1.2.0" async-trait = "0.1.77" hmac = "0.12.1" sha2 = "0.10.8" chrono = "0.4.31" anyhow = "1.0.80"