# 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 = "duplo" version = "0.1.2" description = "Web application for easy deployment of a file sharing portal in private networks" readme = "README.md" keywords = [ "fileshare", "webapp", "upload", ] categories = [ "command-line-utilities", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vi/duplo" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 1 panic = "abort" incremental = false [dependencies.anyhow] version = "1.0.68" [dependencies.argh] version = "0.1.10" [dependencies.askama] version = "0.12" features = ["with-axum"] [dependencies.askama_axum] version = "0.3" [dependencies.axum] version = "0.6.1" features = [ "multipart", "http2", "macros", "form", "original-uri", ] [dependencies.axum-extra] version = "0.8" [dependencies.futures] version = "0.3.26" [dependencies.humansize] version = "2.1.3" [dependencies.include_dir] version = "0.7.3" [dependencies.mime_guess] version = "2.0.4" [dependencies.renamore] version = "0.3.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.time] version = "0.3.19" features = ["parsing"] [dependencies.tokio] version = "1.23.0" features = [ "net", "fs", "sync", "macros", "rt", "io-util", ] [dependencies.tokio-util] version = "0.7.7" features = ["codec"] [dependencies.tower-http] version = "0.4" features = [ "trace", "set-header", "fs", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16"