[package] name = "remote-test" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix = "0.13.3" actix-rt = "2.9.0" axum = { version = "0.7.4", features = ["http2", "ws"] } axum-extra = { version = "0.9.2", features = ["typed-header"] } clap = { version = "4.5.1", features = ["derive"] } coerce = { version = "0.8.11", features = ["full"] } futures = "0.3.30" serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.113" tokio = { version = "1.36.0", features = ["full"] } tower-http = { version = "0.5.1", features = ["fs", "trace"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" xtra = { version = "0.6.0", features = ["tokio", "macros"] }