# 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 = "swift_file" version = "0.1.9" authors = ["Mateo Radman "] description = "Send or receive files between devices using Wi-Fi network" homepage = "https://github.com/mateoradman/swift_file" documentation = "https://github.com/mateoradman/swift_file" readme = "README.md" keywords = [ "cli", "file-transfer", "axum", "api", ] categories = [ "command-line-utilities", "web-programming", ] license = "MIT" repository = "https://github.com/mateoradman/swift_file" [[bin]] name = "sf" path = "src/main.rs" bench = false [dependencies.anyhow] version = "1.0.71" [dependencies.async_zip] version = "0.0.15" features = ["full"] [dependencies.axum] version = "0.6.15" features = ["multipart"] [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.default-net] version = "0.21.0" [dependencies.humansize] version = "2.1.3" [dependencies.mime] version = "0.3.17" [dependencies.new_mime_guess] version = "4.0.1" [dependencies.opener] version = "0.6.1" [dependencies.qrcode] version = "0.12.0" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.tokio-util] version = "0.7.7" features = ["io"] [dependencies.uuid] version = "1.3.1" features = ["v4"]