# 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 = "webdropper" version = "1.3.0" authors = [ "Raphael Nestler ", "Danilo Bargen ", ] description = "Simple webservice to allow uploading files to a directory" readme = "README.md" keywords = [ "webserver", "http", "upload", ] categories = ["web-programming::http-server"] license = "MIT OR Apache-2.0" repository = "https://github.com/coredump-ch/webdropper" [dependencies.axum] version = "0.6" features = ["multipart"] [dependencies.clap] version = "4" features = ["derive"] [dependencies.html-escape] version = "0.2" [dependencies.rust-embed] version = "6" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tower] version = "0.4.0" [dependencies.tower-http] version = "0.4.0" features = [ "trace", "limit", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.tempfile] version = "3.7.0"