Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
version-sync 0.9.1 - Docs.rs
[go: Go Back, main page]

version-sync 0.9.1

Simple crate for ensuring that version numbers in README files are updated when the crate version changes.
Documentation
[package]
name = "version-sync"
version = "0.9.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"]
edition = "2018"

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

[dependencies]
pulldown-cmark = { version = "0.7", default-features = false }
semver-parser = "0.9"
syn = { version = "1.0", features = ["full"] }
proc-macro2 = { version = "1.0", features = ["span-locations"] }
toml = "0.5"
url = "2.0"
regex = { version = "1.3", default-features = false, features = ["std", "unicode"] }

[dev-dependencies]
tempfile = "3.1"