# 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 = "airnc" version = "0.0.6" authors = ["fangyuan.leslie@gmail.com"] description = "A LAN transmission tool" homepage = "https://github.com/zhazhazhu/airnc/tree/master/crates/client" readme = "README.md" keywords = [ "cli", "file-transmission", "LAN", ] license = "MIT" repository = "https://github.com/zhazhazhu/airnc/tree/master/crates/client" resolver = "1" [dependencies.actix-web] version = "4" [dependencies.async-stream] version = "0.3.5" [dependencies.clap] version = "4.4.13" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.image] version = "0.24.7" [dependencies.indicatif] version = "0.17.7" [dependencies.inquire] version = "0.6.2" [dependencies.qrcode] version = "0.13" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.termimage] version = "1.2.1" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.websockets] version = "0.3.0"