[package]
name = "version-sync"
version = "0.3.1"
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"]
[dependencies]
pulldown-cmark = { version = "0.0.11", default-features = false }
semver-parser = "0.7"
syntex_syntax = "0.58.0"
toml = "0.4"
url = "1.5.1"
unicode-bidi = "0.3.1, < 0.3.4"
itertools = "0.6.3"