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.5 - Docs.rs
[go: Go Back, main page]

version-sync 0.9.5

Crate for ensuring that version numbers in README files and other files are kept in sync with the crate version.
Documentation
[dependencies.proc-macro2]
default-features = false
features = ["span-locations"]
optional = true
version = "1.0.36"

[dependencies.pulldown-cmark]
default-features = false
optional = true
version = "0.9.1"

[dependencies.regex]
default-features = false
features = ["std", "unicode"]
optional = true
version = "1.5.4"

[dependencies.semver]
optional = true
version = "1.0.5"

[dependencies.syn]
default-features = false
features = ["parsing", "printing", "full"]
optional = true
version = "2.0.15"

[dependencies.toml]
optional = true
version = "0.7.8"

[dependencies.url]
optional = true
version = "2.2.2"

[dev-dependencies.tempfile]
version = "3.3.0"

[features]
contains_regex = ["regex", "semver"]
default = ["markdown_deps_updated", "html_root_url_updated", "contains_regex"]
html_root_url_updated = ["url", "semver", "syn", "proc-macro2"]
markdown_deps_updated = ["pulldown-cmark", "semver", "toml"]

[package]
authors = ["Martin Geisler <martin@geisler.net>"]
categories = ["development-tools", "rust-patterns"]
description = "Crate for ensuring that version numbers in README files and other files are kept in sync with the crate version."
documentation = "https://docs.rs/version-sync/"
edition = "2021"
keywords = ["version"]
license = "MIT"
name = "version-sync"
readme = "README.md"
repository = "https://github.com/mgeisler/version-sync"
version = "0.9.5"