# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sfshr" version = "1.1.0" authors = ["ondralukes "] description = "Command-line tool for secure, end-to-end encrypted file sharing" readme = "README.md" keywords = ["share", "file", "file-share", "encrypted"] categories = ["command-line-utilities", "filesystem", "network-programming", "cryptography"] license = "MIT" repository = "https://github.com/ondralukes/sfshr" [dependencies.base64] version = "0.12.3" [dependencies.hex] version = "0.4.2" [dependencies.openssl] version = "0.10.30" [dependencies.rand] version = "0.7.3" [dependencies.simpletcp] version = "1.2.1" [dependencies.tar] version = "0.4.30"