sanitize-git-ref 1.0.9

Sanitize git refs
Documentation
[dependencies.lazy_static]
version = "1.4"

[dependencies.regex]
version = "1.7"

[dependencies.thiserror]
version = "1"
[dev-dependencies.proptest]
version = "=1.0.0"

[dev-dependencies.proptest-derive]
version = "=0.3.0"

[lib]
name = "sanitize_git_ref"
path = "src/lib.rs"

[package]
authors = ["Eric Crosson <eric.s.crosson@utexas.edu>"]
description = "Sanitize git refs"
edition = "2021"
exclude = ["/.envrc", "/.github", "/.gitignore", "/.releaserc.json", "/CHANGELOG.md", "/flake.{lock,nix}", "/package{,-lock}.json", "/node_modules"]
homepage = "https://github.com/EricCrosson/sanitize-git-ref"
keywords = ["sanitize", "git", "ref"]
license = "MIT OR Apache-2.0"
name = "sanitize-git-ref"
readme = "README.md"
repository = "https://github.com/EricCrosson/sanitize-git-ref"
version = "1.0.9"