# 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 = "eventsource-stream" version = "0.2.3" authors = ["Julian Popescu "] description = "A basic building block for building an Eventsource from a Stream of bytes" homepage = "https://github.com/jpopesculian/eventsource-stream" documentation = "https://docs.rs/eventsource-stream/" readme = "README.md" keywords = [ "sse", "eventsource", "stream", "parse", "event", ] categories = [ "web-programming::http-client", "no-std", "parsing", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jpopesculian/eventsource-stream" resolver = "2" [dependencies.futures-core] version = "0.3" default-features = false [dependencies.nom] version = "7.1" default-features = false [dependencies.pin-project-lite] version = "0.2.8" [dev-dependencies.futures] version = "0.3" [dev-dependencies.http] version = "0.2" [dev-dependencies.reqwest] version = "0.11" features = ["stream"] [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt", ] [dev-dependencies.url] version = "2.2" [features] default = ["std"] std = [ "futures-core/std", "nom/std", ]