# 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 = "mousse" version = "0.1.1" authors = ["Robert Masen "] description = "A set of encoder and decoder for server sent events" keywords = ["http", "sse", "server-sent", "events"] license = "MIT" repository = "https://github.com/FreeMasen/mousse" [dependencies.log] version = "0.4" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.fantoccini] version = "0.17" [dev-dependencies.futures] version = "0.3" [dev-dependencies.proptest] version = "1" [dev-dependencies.rand] version = "0.7" [dev-dependencies.regex_generate] version = "0.2" [dev-dependencies.reqwest] version = "0.11" features = ["stream"] [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.warp] version = "0.3"