# 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-relay" version = "0.5.0" authors = [ "landhb ", "fina ", ] description = """ The relay for Portal, a secure file transfer protocol. """ 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-relay" path = "src/main.rs" bench = false [dependencies.daemonize] version = "0.5" [dependencies.env_logger] version = "0.9.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.77" [dependencies.log] version = "0.4.14" [dependencies.mio] version = "0.6.22" [dependencies.mio-extras] version = "2.0.6" [dependencies.os_pipe] version = "0.9.2" [dependencies.portal-lib] version = "0.5.0" [dependencies.structopt] version = "0.3" default-features = false [dependencies.threadpool] version = "1.8.1"