# 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 = "rsa-msg-server" version = "0.1.2" description = "[SERVER] Send files & messages across the internet using RSA / AES. Fast and secure transfer by checking for hashes. This is the server part of the application." homepage = "https://sshcrack.me" license = "MIT" repository = "https://github.com/sshcrack/rsa-messenger" [[bin]] name = "rsa-msg-server" path = "src/main.rs" bench = false [dependencies.anyhow] version = "1.0.68" features = ["backtrace"] [dependencies.clap] version = "4.1.1" features = ["derive"] [dependencies.colorize] version = "0.1.0" [dependencies.futures-util] version = "0.3.25" features = ["sink"] default-features = false [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.openssl] version = "0.10.45" [dependencies.packets] version = "0.1.7" package = "rsa-msg-packets" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.readonly] version = "0.2.3" [dependencies.tokio] version = "1.24.2" features = ["full"] [dependencies.tokio-stream] version = "0.1.11" [dependencies.tokio-util] version = "0.7.4" [dependencies.uuid] version = "1.2.2" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dependencies.warp] version = "0.3.3" [features] env = []