# 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 = "rtftp" version = "1.1.2" authors = ["Reiner Herrmann "] exclude = [".github/*"] description = "client and server implementation of the Trivial File Transfer Protocol" keywords = ["tftp", "file-transfer"] categories = ["command-line-utilities", "network-programming"] license = "GPL-3.0-or-later" repository = "https://github.com/reinerh/rtftp/" [profile.release] lto = true panic = "abort" [[bin]] name = "rtftpd" path = "src/tftpd.rs" [[bin]] name = "rtftpc" path = "src/tftpc.rs" [dependencies.getopts] version = "0.2" [dependencies.nix] version = "0.22.0" [dependencies.threadpool] version = "1.0"