-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
33 lines (30 loc) · 860 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "tide_compressed_sse"
version = "4.0.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/yarn/tide_compressed_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 <[email protected]>",
"Yoshua Wuyts <[email protected]>",
"Yarn <[email protected]>",
]
[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.12"
[dev-dependencies]
femme = "2.0.0"
async-std = { version = "1.6.0", features = ["attributes", "unstable"] }