# 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 = "keclc-multipart" version = "0.1.0" authors = ["Nikolay Kim ", "krircc "] description = "Multipart support for Kayrx." documentation = "https://docs.rs/keclc-multipart/" readme = "README.md" keywords = ["eternal", "http", "async", "futures"] categories = ["asynchronous", "web-programming::http-server"] license = "Apache-2.0" repository = "https://github.com/kayrx/keclc" [dependencies.bytes] version = "0.5.3" [dependencies.derive_more] version = "0.99.2" [dependencies.futures] version = "0.3.1" [dependencies.httparse] version = "1.3" [dependencies.kayrx] version = "0.7.0" [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3" [dependencies.time] version = "0.1" [dependencies.twoway] version = "0.2" [dev-dependencies.kayrx] version = "0.7.0"