# 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 = "roof" version = "0.6.0" authors = ["zenoxygen "] exclude = [".gitignore", ".gitlab-ci.yml"] description = "A minimalist, fast and reliable utility to share files." homepage = "https://gitlab.com/zenoxygen/roof" readme = "README.md" keywords = ["http", "cli", "file", "upload", "download"] categories = ["web-programming::http-client", "command-line-utilities", "network-programming"] license = "MIT" repository = "https://gitlab.com/zenoxygen/roof" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2.33" [dependencies.flate2] version = "1.0" [dependencies.hyper] version = "0.13" [dependencies.indicatif] version = "0.14" [dependencies.reqwest] version = "0.10" [dependencies.tar] version = "0.4" [dependencies.tokio] version = "0.2" features = ["full"] [dependencies.tokio-codec] version = "0.1" [dependencies.url] version = "2.1" [badges.gitlab] branch = "master" repository = "zenoxygen/roof" [badges.maintenance] status = "actively-developed"