# 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 = "sse-codec" version = "0.3.2" authors = ["Renée Kooi "] description = "async Server-Sent Events protocol encoder/decoder" homepage = "https://github.com/goto-bus-stop/sse-codec" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/goto-bus-stop/sse-codec" [dependencies.arbitrary] version = "0.4.5" features = ["derive"] optional = true [dependencies.bytes] version = "0.5" [dependencies.futures-io] version = "0.3" [dependencies.futures_codec] version = "= 0.4.1" [dependencies.memchr] version = "2.2" [dev-dependencies.async-std] version = "1.5" features = ["attributes"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.surf] version = "= 2.0.0-alpha.4" features = ["native-client"] default-features = false