# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hyper-usse" version = "0.3.2" authors = ["Koxiaet <38139193+Koxiaet@users.noreply.github.com>"] description = "SSE (Server Sent Events) server library for Hyper, simpler than hyper-sse." documentation = "https://docs.rs/hyper-usse" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/koxiaet/hyper-usse" [dependencies.futures] version = "0.3.1" [dependencies.hyper] version = "0.13.1" [dev-dependencies.tokio] version = "0.2.6" features = ["time", "macros", "sync", "stream", "io-util", "io-std"]