[package] name = "tide_compressed_sse" version = "4.0.1" license = "MIT OR Apache-2.0" repository = "https://github.com/yarn/tide_compressed_sse-sse" documentation = "https://docs.rs/tide_compressed_sse" description = "Async Server Sent Event parser and encoder" readme = "README.md" edition = "2018" keywords = ["async", "server-sent-events", "sse", "client", "server"] categories = [] authors = [ "Renée Kooi ", "Yoshua Wuyts ", "Yarn ", ] [features] __internal_test = [] [dependencies] async-std = { version = "1.6.0", features = ["unstable"] } http-types = "2.0.1" log = "0.4.8" memchr = "2.3.3" pin-project-lite = "0.1.4" async-channel = "1.1.1" flate2 = "1.0.16" tide = "^0.14" [dev-dependencies] femme = "2.0.0" async-std = { version = "1.6.0", features = ["attributes", "unstable"] }