eventsource-stream 0.2.3

A basic building block for building an Eventsource from a Stream of bytes
Documentation
[dependencies.futures-core]
default-features = false
version = "0.3"

[dependencies.nom]
default-features = false
version = "7.1"

[dependencies.pin-project-lite]
version = "0.2.8"
[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.http]
version = "0.2"

[dev-dependencies.reqwest]
features = ["stream"]
version = "0.11"

[dev-dependencies.tokio]
features = ["macros", "rt"]
version = "1.0"

[dev-dependencies.url]
version = "2.2"

[features]
default = ["std"]
std = ["futures-core/std", "nom/std"]

[package]
authors = ["Julian Popescu <jpopesculian@gmail.com>"]
categories = ["web-programming::http-client", "no-std", "parsing", "asynchronous"]
description = "A basic building block for building an Eventsource from a Stream of bytes"
documentation = "https://docs.rs/eventsource-stream/"
edition = "2018"
homepage = "https://github.com/jpopesculian/eventsource-stream"
keywords = ["sse", "eventsource", "stream", "parse", "event"]
license = "MIT OR Apache-2.0"
name = "eventsource-stream"
readme = "README.md"
repository = "https://github.com/jpopesculian/eventsource-stream"
resolver = "2"
version = "0.2.3"