[package] 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" edition = "2018" [features] default = ["application"] application = [ "qr2term", "structopt", "crossterm", "ctrlc" ] [dependencies] percent-encoding = "2.1.0" bart = "0.1.4" bart_derive = "0.1.4" pnet_datalink = "0.26.0" iron = ">=0.5, <0.7" mount = ">= 0.3, <0.5" hyper = "^0.10" router = "^0.6.0" qr2term = {version = "0.2.1", optional = true } crossterm = { version = "^0.17", optional = true } structopt = { version = "0.3", optional = true } ctrlc = { version = "3.1", optional = true }