version-sync 0.8.1

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]
edition = "2018"
name = "version-sync"
version = "0.8.1"
authors = ["Martin Geisler <martin@geisler.net>"]
exclude = [".dir-locals.el"]
description = "Simple crate for ensuring that version numbers in README files are\nupdated when the crate version changes.\n"
documentation = "https://docs.rs/version-sync/"
readme = "README.md"
keywords = ["version"]
categories = ["development-tools", "rust-patterns"]
license = "MIT"
repository = "https://github.com/mgeisler/version-sync"
[dependencies.itertools]
version = "0.8"

[dependencies.proc-macro2]
version = "0.4"
features = ["span-locations"]

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

[dependencies.regex]
version = "1.1"

[dependencies.semver-parser]
version = "0.9"

[dependencies.syn]
version = "0.15"
features = ["full"]

[dependencies.toml]
version = "0.5"

[dependencies.url]
version = "1.0"
[badges.appveyor]
repository = "mgeisler/version-sync"

[badges.codecov]
repository = "mgeisler/version-sync"

[badges.travis-ci]
repository = "mgeisler/version-sync"