# 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 = "2021" name = "sse-agent" version = "0.3.0" description = "Converts a stream of Bytes into a Stream of SSE Events\n" license = "MIT" resolver = "2" [dependencies.bytes] version = "1.1.0" [dependencies.futures-core] version = "0.3.17" [dependencies.memchr] version = "2.4.1" [dev-dependencies.axum] version = "0.2.8" default-features = false [dev-dependencies.futures-util] version = "0.3.17" [dev-dependencies.hyper] version = "0.14.13" features = ["stream"] default-features = false [dev-dependencies.rand_core] version = "0.6.3" features = ["getrandom"] default-features = false [dev-dependencies.reqwest] version = "0.11.6" features = ["stream"] default-features = false [dev-dependencies.tokio] version = "1.12" features = ["macros", "rt-multi-thread"] default-features = false