# 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 = "tool-sync" version = "0.2.0" authors = ["Dmitrii Kovanikov "] description = """ tool-sync is a CLI tool that manages installation of other CLI tools from GitHub Releases by downloading binaries and storing them in a local directory. """ homepage = "https://github.com/chshersh/tool-sync" readme = "README.md" keywords = [ "cli", "sync", "download", "tools", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/chshersh/tool-sync" resolver = "2" [[bin]] name = "tool" path = "src/main.rs" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.console] version = "0.15.1" [dependencies.dirs] version = "4.0.0" [dependencies.flate2] version = "1.0" [dependencies.indicatif] version = "0.17.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.shellexpand] version = "2.1.2" [dependencies.tar] version = "0.4.38" [dependencies.tempdir] version = "0.3.7" [dependencies.toml] version = "0.5.9" [dependencies.ureq] version = "2.5.0" features = ["json"] [dependencies.zip] version = "0.6.2" features = ["deflate"] default-features = false