# 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 = "puzz-sse" version = "0.1.0" description = "Server-Sent Events (SSE) library for puzz." keywords = [ "http", "web", "async", "sse", "puzz", ] categories = [ "network-programming", "web-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/chen-dk/puzz" [dependencies.futures-core] version = "0.3" [dependencies.memchr] version = "2.4" [dependencies.mime] version = "0.3" [dependencies.pin-project-lite] version = "0.2" [dependencies.puzz-core] version = "0.1.0" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["time"] default-features = false