# 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 = "mitto" version = "1.0.0" authors = ["Sandro Marques "] include = [ "/debian", "/src", "LICENSE", ] description = "A file upload server compatible with ShareX." readme = "README.md" keywords = [ "file-upload", "sharex", ] license = "GPL-3.0-or-later" repository = "https://github.com/SandroHc/mitto" [package.metadata.deb] depends = "$auto" section = "httpd" priority = "optional" maintainer-scripts = "debian" [package.metadata.deb.systemd-units] [profile.release] lto = true strip = "symbols" [dependencies.actix-multipart] version = "0.4" [dependencies.actix-web] version = "4.1" features = ["rustls"] [dependencies.actix-web-httpauth] version = "0.8" [dependencies.chrono] version = "0.4" [dependencies.confy] version = "0.5" [dependencies.futures] version = "0.3" [dependencies.sanitize-filename] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"