[package] name = "zrx-web-protocol" version = "0.1.0" edition = "2021" description = "ZRX web protocol for ZerOX DataBase" license = "MIT OR Apache-2.0" [features] zrx_server = [] [dependencies] tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros", "net", "io-util"] } serde = {version = "1.0.203", features = ["derive"]}