# 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 = "gday" version = "0.3.0" authors = ["Marcin Anforowicz"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command line tool to securely send files (without a relay or port forwarding)." homepage = "https://github.com/manforowicz/gday/tree/main/gday" readme = "README.md" categories = [ "command-line-utilities", "network-programming", "filesystem", ] license = "MIT" repository = "https://github.com/manforowicz/gday/" [[bin]] name = "gday" path = "src/main.rs" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.gday_encryption] version = "0.3.0" [dependencies.gday_file_transfer] version = "0.3.0" [dependencies.gday_hole_punch] version = "0.3.0" [dependencies.indicatif] version = "0.17.9" [dependencies.log] version = "0.4.22" [dependencies.owo-colors] version = "4.1.0" [dependencies.tokio] version = "1.41.1" features = [ "rt-multi-thread", "macros", ]