# 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] name = "cargo-update" version = "16.0.0" authors = [ "наб ", "Yann Simon ", "ven ", "Cat Plus Plus ", "Liigo ", "azyobuzin ", "Tatsuyuki Ishi ", "Tom Prince ", "Mateusz Mikuła ", "sinkuu ", "Alex Burka ", "Matthias Krüger ", "Daniel Holbert ", "Jonas Bushart ", "Harrison Metzger ", "Benjamin Bannier ", "Dimitris Apostolou ", "Corbin Uselton ", "QuarticCat ", "Artur Sinila ", "qthree ", "Marcin Puc ", "Paul Barker ", "Benoît CORTIER ", "Biswapriyo Nath ", "Shiraz ", "Victor Song ", "chrisalcantara ", "Utkarsh Gupta ", "nevsal", ] build = "build.rs" exclude = ["*.enc"] autobins = false autoexamples = false autotests = false autobenches = false description = "A cargo subcommand for checking and applying updates to installed executables" documentation = "https://rawcdn.githack.com/nabijaczleweli/cargo-update/doc/cargo_update/index.html" readme = "README.md" keywords = [ "cargo", "update", "plugin", "subcommand", ] categories = ["development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/nabijaczleweli/cargo-update" [lib] name = "cargo_update" path = "src/lib.rs" [[bin]] name = "cargo-install-update" path = "src/main.rs" test = false doc = false [[bin]] name = "cargo-install-update-config" path = "src/main-config.rs" test = false doc = false [[test]] name = "lib" path = "tests/lib.rs" [dependencies.array_tool] version = "1.0" [dependencies.clap] version = "3.2" features = [ "cargo", "env", "wrap_help", ] [dependencies.curl] version = "0.4" features = ["http2"] [dependencies.git2] version = "0.19" [dependencies.hex] version = "0.4" [dependencies.home] version = "0.5" [dependencies.json-deserializer] version = "0.4" [dependencies.semver] version = "1.0" features = ["serde"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.tabwriter] version = "1.2" [dependencies.toml] version = "0.8" [dependencies.url] version = "2.3" [build-dependencies.embed-resource] version = "2.4" [features] default = [] vendored-libcurl = ["curl/static-curl"] vendored-libgit2 = ["git2/vendored-libgit2"] vendored-openssl = [ "git2/vendored-openssl", "curl/static-ssl", ]