# 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 = "nvim-updater-rs" version = "0.1.3" authors = ["Nicolas Picard"] description = "A Neovim command-line updater." homepage = "https://github.com/olacin/nvim-updater-rs" documentation = "https://github.com/olacin/nvim-updater-rs/blob/main/README.md" readme = "README.md" keywords = [ "cli", "productivity", "tool", "management", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/olacin/nvim-updater-rs.git" [dependencies.clap] version = "3.2.15" features = ["derive"] [dependencies.console] version = "0.15.1" [dependencies.futures-util] version = "0.3.21" [dependencies.indicatif] version = "0.17.0" [dependencies.regex] version = "1.6.0" [dependencies.reqwest] version = "0.11" features = ["stream"] [dependencies.tokio] version = "1" features = ["full"]