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