# 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 = "2018" name = "portal-client" version = "0.5.0" authors = ["landhb "] description = """ A Secure file transfer utility, written in Rust. The protocol utilizes SPAKE2 for key negotiation over an insecure channel, and ChaCha20Poly1305 Authenticated Encryption to encrypt the file with the derived shared symmetric key. This enables two peers to transfer a file over any channel without needing to trust the intermediary relay. """ homepage = "https://github.com/landhb/portal" documentation = "https://docs.rs/portal-client" readme = "README.md" keywords = [ "file-transfer", "spake2", "chacha20", "poly1305", "wormhole", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/landhb/portal" [[bin]] name = "portal" path = "src/main.rs" bench = false [dependencies.colored] version = "2.0.0" [dependencies.confy] version = "0.4.0" [dependencies.dialoguer] version = "0.10.0" [dependencies.directories] version = "3.0.1" [dependencies.dns-lookup] version = "1.0.4" [dependencies.indicatif] version = "0.16.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.portal-lib] version = "0.5.0" [dependencies.prettytable-rs] version = "^0.10" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0.116" [dependencies.structopt] version = "0.3" default-features = false