[package] name = "micro_rank" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] standard = { path="./standard" } exchanges = { path="./exchanges" } global = { path="./global" } tokio = { version = "1.31.0", features = ["full"] } chrono = "0.4.26" tracing = "0.1" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } tracing-appender-timezone = { git = "https://github.com/skyfffire/tracing-appender-timezone.git" } serde = { version = "1.0.188", features = ["derive"] } actix-rt = "2.5.0" actix-web = "4.0.0-beta.12" ctrlc = "3.2.5" serde_json = "1.0.105" rust_decimal = { version = "1.32.0", features = ["maths"] } rust_decimal_macros = "1.32.0" futures-util = { version = "0.3.28", default-features = false, features = ["sink", "std"] } futures-channel = "0.3.28" lazy_static = "1.4.0" actix-cors = "0.6"