# 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 = "skyfolder" version = "0.1.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." readme = "README.md" license = "GPL-3.0" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug-assertions = false panic = "abort" [dependencies.askama] version = "0.12.0" [dependencies.askama_axum] version = "0.3.0" [dependencies.axum] version = "0.6.18" features = ["macros"] [dependencies.bytes] version = "1.4.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.3.0" features = ["cargo"] [dependencies.get_if_addrs] version = "0.5.3" [dependencies.hyper] version = "0.14.26" [dependencies.tikv-jemallocator] version = "0.5" [dependencies.tokio] version = "1.28.1" features = [ "macros", "rt-multi-thread", "signal", "sync", "full", ] [dependencies.tokio-util] version = "0.7.8"