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