# 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" rust-version = "1.60" name = "qrsync" version = "0.3.0" authors = ["Matteo Bigoi "] description = "Utility to copy files over WiFi to/from mobile devices inside a terminal using QR codes." homepage = "https://github.com/crisidev/qrsync" documentation = "https://docs.rs/qrsync" readme = "README.md" keywords = [ "qrcode", "terminal", "tokio", "mobile", ] categories = [ "command-line-utilities", "multimedia", ] license = "MIT" repository = "https://github.com/crisidev/qrsync" [dependencies.argh] version = "0.1" [dependencies.axum] version = "0.6" features = ["multipart"] [dependencies.base64] version = "0.21" [dependencies.ctrlc] version = "3" features = ["termination"] [dependencies.hyper] version = "0.14" [dependencies.pnet] version = "0.34" [dependencies.qr2term] version = "0.3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tower] version = "0.4" [dependencies.tower-http] version = "0.4" features = [ "limit", "trace", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.pretty_assertions] version = "1.2"