[[bin]]
name = "httpsync"
path = "src/main.rs"
[dependencies.axum]
features = ["multipart"]
version = "0.7.4"
[dependencies.futures-util]
version = "0.3.30"
[dependencies.serde]
features = ["derive"]
version = "1.0.195"
[dependencies.tera]
version = "1.19"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.tower-http]
features = ["fs", "trace"]
version = "0.5.1"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[package]
authors = ["Alex <alex@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-server", "command-line-utilities"]
description = "A modern LAN file sharing tool with drag-and-drop upload and responsive design"
documentation = "https://docs.rs/httpsync"
edition = "2021"
homepage = "https://github.com/yourusername/ru-http-sync"
keywords = ["http", "server", "file-sharing", "lan", "upload"]
license = "MIT"
name = "httpsync"
readme = "README.md"
repository = "https://github.com/yourusername/ru-http-sync"
version = "0.1.1"