version-sync 0.5.0

Simple crate for ensuring that version numbers in README files are updated when the crate version changes.
Documentation
[package]
name = "version-sync"
version = "0.5.0"
authors = ["Martin Geisler <martin@geisler.net>"]
description = """
Simple crate for ensuring that version numbers in README files are
updated when the crate version changes.
"""
documentation = "https://docs.rs/version-sync/"
repository = "https://github.com/mgeisler/version-sync"
readme = "README.md"
keywords = ["version"]
categories = ["development-tools", "rust-patterns"]
license = "MIT"
exclude = [".dir-locals.el"]

[badges]
travis-ci = { repository = "mgeisler/version-sync" }
appveyor = { repository = "mgeisler/version-sync" }

[dependencies]
pulldown-cmark = { version = "0.1", default-features = false }
semver-parser = "0.7"
syn = { version = "0.11", features = ["full"] }
toml = "0.4"
url = "1.5.1"
itertools = "0.7"