cargo-upgrades 1.1.1

Checks if dependencies in Cargo.toml are up to date. Compatible with workspaces and path dependencies.
Documentation
# 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 = "cargo-upgrades"
version = "1.1.1"
authors = ["Kornel <kornel@geekhood.net>"]
description = "Checks if dependencies in Cargo.toml are up to date. Compatible with workspaces and path dependencies."
homepage = "https://lib.rs/cargo-upgrades"
readme = "README.md"
keywords = ["outdated", "dependencies", "deps", "subcommand"]
categories = ["development-tools::cargo-plugins"]
license = "GPL-3.0+"
repository = "https://gitlab.com/kornelski/cargo-upgrades"
[dependencies.cargo_metadata]
version = "0.8.1"

[dependencies.crates-index]
version = "0.13.2"

[dependencies.getopts]
version = "0.2.19"

[dependencies.quick-error]
version = "1.2.2"

[dependencies.semver]
version = "0.9.0"