sse-codec 0.3.3

async Server-Sent Events protocol encoder/decoder
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "sse-codec"
version = "0.3.3"
authors = ["Renée Kooi <renee@kooi.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "async Server-Sent Events protocol encoder/decoder"
homepage = "https://github.com/goto-bus-stop/sse-codec"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/goto-bus-stop/sse-codec"

[lib]
name = "sse_codec"
path = "src/lib.rs"

[[example]]
name = "server"
path = "examples/server.rs"

[[example]]
name = "signalhub"
path = "examples/signalhub.rs"

[dependencies.arbitrary]
version = "1.0.0"
features = ["derive"]
optional = true

[dependencies.futures-io]
version = "0.3"

[dependencies.futures_codec]
version = "= 0.5.0"

[dependencies.memchr]
version = "2.2"

[dev-dependencies.async-std]
version = "1.5"
features = ["attributes"]

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.surf]
version = "2.0"
features = ["curl-client"]
default-features = false