eventsrc 0.0.2

Transport-agnostic SSE protocol parsing and stream adapters for Rust.
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 = "2024"
rust-version = "1.85.0"
name = "eventsrc"
version = "0.0.2"
authors = ["Qinxuan Chen <https://github.com/koushiro>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transport-agnostic SSE protocol parsing and stream adapters for Rust."
homepage = "https://github.com/koushiro/eventsrc"
documentation = "https://docs.rs/eventsrc"
readme = "README.md"
keywords = [
    "sse",
    "eventsource",
    "stream",
    "parser",
    "no_std",
]
license = "Apache-2.0"
repository = "https://github.com/koushiro/eventsrc"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.bytes]
version = "1"

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

[dependencies.memchr]
version = "2"

[dependencies.pin-project-lite]
version = "0.2"

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