[package] name = "skyfolder" version = "0.1.0" edition = "2021" license = "GPL-3.0" description = "SkyFolder is a self-contained HTTP/Bittorrent server for sharing files with friends & colleagues. Made for busy people that want to share files NOW, and don't want to remember how to configure stuff. Ships with good defaults and includes a built-in management graphical interface." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.28.1", features = ["macros","rt-multi-thread", "signal", "sync", "full"] } tikv-jemallocator = "0.5" tokio-util = "0.7.8" axum = { version = "0.6.18", features = ["macros"]} askama = "0.12.0" askama_axum = "0.3.0" hyper = "0.14.26" clap = { version = "4.3.0", features = ["cargo"]} get_if_addrs = "0.5.3" chrono = "0.4" bytes = "1.4.0" [profile.release] #debug = 1 #debuginfo-level = 1 lto = true codegen-units = 1 panic = "abort" debug-assertions=false opt-level=3