# 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 = "postsse" version = "0.1.0" authors = ["Vitaly _Vi Shukela "] description = "Simple HTTP server that lets subsribe for data with GET requests (as text/event-stream SSE) and emit data with POST requests" readme = "README.md" keywords = [ "sse", "event-stream", "publish-subscribe", "post", "http", ] categories = [ "command-line-utilities", "network-programming", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vi/postsse" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 1 debug-assertions = false rpath = false panic = "abort" incremental = false [dependencies.anyhow] version = "1.0.31" [dependencies.bytes] version = "1.2" [dependencies.dashmap] version = "5" [dependencies.http] version = "0.2.1" [dependencies.hyper] version = "0.14" features = [ "http1", "http2", "server", "runtime", ] [dependencies.tokio] version = "1" features = [ "macros", "net", "time", "rt", ]