# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "qair" version = "0.7.0" authors = ["Willem Penninckx "] description = "Send/receive files with builtin HTTP server and terminal QR code." readme = "README.md" keywords = ["console", "QR", "HTTP"] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://codeberg.org/willempx/qair" [dependencies.bart] version = "0.1.4" [dependencies.bart_derive] version = "0.1.4" [dependencies.crossterm] version = "^0.17" optional = true [dependencies.ctrlc] version = "3.1" optional = true [dependencies.hyper] version = "^0.10" [dependencies.iron] version = ">=0.5, <0.7" [dependencies.mount] version = ">= 0.3, <0.5" [dependencies.percent-encoding] version = "2.1.0" [dependencies.pnet_datalink] version = "0.26.0" [dependencies.qr2term] version = "0.2.1" optional = true [dependencies.router] version = "^0.6.0" [dependencies.structopt] version = "0.3" optional = true [features] application = ["qr2term", "structopt", "crossterm", "ctrlc"] default = ["application"]