# 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 = "multipart-stream" version = "0.1.2" authors = ["Scott Lamb "] description = "parse and serialize async multipart/x-mixed-replace streams." readme = "README.md" keywords = ["http", "multipart", "replace", "stream", "async"] categories = ["web-programming::http-client", "web-programming::http-server", "asynchronous"] license = "MIT/Apache-2.0" repository = "https://github.com/scottlamb/multipart-stream-rs" [dependencies.bytes] version = "1.0.1" [dependencies.futures] version = "0.3.14" [dependencies.http] version = "0.2.4" [dependencies.httparse] version = "1.4.0" [dependencies.pin-project] version = "1.0.7" [dev-dependencies.hyper] version = "0.14" features = ["http1", "client", "server", "stream", "tcp"] [dev-dependencies.mime] version = "0.3.16" [dev-dependencies.tokio] version = "1.0" features = ["macros", "rt-multi-thread"]