[package] name = "concurrent-biproxy" version = "0.1.0" edition = "2021" repository = "https://github.com/sezi-yuan/concurrent-biproxy.git" description = "a proxy that concurrent transfer message from one client to an other client" license = "MIT/Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "1" lazy_static = "1" tokio = { version = "1", features = ["full"] } futures = "0.3.19" bytes = "1" async-trait = "0" logs = "0" rand = "0"