cargo-ver 0.2.3

A cargo extension to manage crate versions.
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 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 = "2018"
name = "cargo-ver"
version = "0.2.3"
authors = ["Taylan Gökkaya <insomnimus.dev@gmail.com>"]
description = "A cargo extension to manage crate versions."
readme = "readme.md"
keywords = ["cli", "cargo", "cargo-plugins", "semver"]
categories = ["command-line-utilities", "development-tools", "development-tools::cargo-plugins"]
license = "MIT"
repository = "https://github.com/insomnimus/cargo-ver"
[dependencies.clap]
version = "3.0.0-beta.4"

[dependencies.toml_edit]
version = "0.2.1"