# 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 = "2021" name = "http_file_uploader" version = "0.2.0" description = "Axum-based HTTP server focused on uploading files using multipart/form-data, saving them to a file, stdout or child process" readme = "README.md" keywords = [ "upload", "multipart", "file", "cli", "socket", ] categories = [ "command-line-utilities", "network-programming", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vi/http_file_uploader" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 1 debug-assertions = false rpath = false panic = "unwind" incremental = false [dependencies.anyhow] version = "1.0.66" [dependencies.axum] version = "0.5.17" features = [ "http1", "http2", "multipart", "original-uri", ] default-features = false [dependencies.axum-macros] version = "0.2.3" default-features = false [dependencies.base64] version = "0.13.1" [dependencies.bytes] version = "1.2.1" [dependencies.futures-util] version = "0.3.25" [dependencies.hyper] version = "0.14.20" features = ["server"] default-features = false [dependencies.libc] version = "0.2.135" [dependencies.multer] version = "2.0.4" [dependencies.pin-project] version = "1.0.12" [dependencies.readwrite] version = "0.2.0" features = ["tokio"] [dependencies.tokio] version = "1.21.2" features = [ "rt", "net", "sync", "io-util", "fs", "process", "macros", ] [dependencies.tokio-util] version = "0.7.4" features = ["io"] [dependencies.tower] version = "0.4.13" features = [ "limit", "buffer", "load-shed", "util", ] [dependencies.xflags] version = "0.3.1"