[package] name = "derive" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] exchanges = { path = "../exchanges" } standard = { path = "../standard" } global = { path = "../global" } tokio = { version = "1.31.0", features = ["full"] } async-trait = "0.1.73" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.104" rust_decimal = "1.32.0" rust_decimal_macros = "1.32.0" chrono = "0.4.30" futures = "0.3" tracing = "0.1" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }