[package] name = "keclc-ioframe" version = "0.1.0" authors = ["Nikolay Kim ", "krircc "] description = "kayrx framed service" keywords = ["network", "framework", "async", "futures"] homepage = "https://kayrx.xyz" repository = "https://github.com/kayrx/keclc.git" documentation = "https://docs.rs/keclc-ioframe/" categories = ["network-programming", "asynchronous"] license = "MIT" edition = "2018" [dependencies] kayrx = "0.7" bytes = "0.5.3" either = "1.5.3" futures = "0.3.1" pin-project = "0.4.6" log = "0.4" [dev-dependencies] kayrx = "0.7" kayrx-test = "0.2"