check-versions 0.1.2

Simple crate for ensuring that version numbers in README files are updated when the crate version changes.
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]
name = "check-versions"
version = "0.1.2"
authors = ["Martin Geisler <martin@geisler.net>"]
description = "Simple crate for ensuring that version numbers in README files are\nupdated when the crate version changes.\n"
documentation = "https://docs.rs/check-versions/"
readme = "README.md"
keywords = ["version"]
categories = ["development-tools", "rust-patterns"]
license = "MIT"
repository = "https://github.com/mgeisler/check-versions"
[dependencies.semver-parser]
version = "0.7"

[dependencies.pulldown-cmark]
version = "0.0.11"
default-features = false

[dependencies.toml]
version = "0.4"