# 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 = "ghost_shell" version = "0.1.1" authors = ["unclesp1d3r "] exclude = [ "target/", ".git/", ".vscode/", "Cargo.lock", ".gitignore", ".travis.yml", "CODE_OF_CONDUCT.md", "SECURITY.md", "CONTRIBUTING.md", ] description = "A lightweight and fast remote shell that provides secure communication between a client and a server." readme = "README.md" keywords = [ "shell", "encryption", "noise", "security", ] categories = [ "network-programming", "cryptography", "command-line-utilities", ] license = "MIT" repository = "https://github.com/unclesp1d3r/ghost_shell" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "abort" strip = true [[bin]] name = "ghost_shell_server" path = "src/server.rs" [[bin]] name = "ghost_shell_client" path = "src/client.rs" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.5.0" features = ["serde"] [dependencies.console] version = "0.15" [dependencies.dialoguer] version = "0.10.4" [dependencies.futures] version = "0.3.28" [dependencies.ring] version = "0.16.20" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.snow] version = "0.9.3" features = [ "byteorder", "ring-accelerated", ] [dependencies.snowstorm] version = "0.4.0" features = ["ring-accelerated"] [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tokio-util] version = "0.7.8" features = [ "codec", "futures-io", "full", ]