[package] name = "sanitize-git-ref" version = "1.0.12" edition = "2021" authors = ["Eric Crosson "] license = "MIT OR Apache-2.0" description = "Sanitize git refs" readme = "README.md" homepage = "https://github.com/EricCrosson/sanitize-git-ref" repository = "https://github.com/EricCrosson/sanitize-git-ref" keywords = ["sanitize", "git", "ref"] exclude = [ "/.envrc", "/.github", "/.gitignore", "/.releaserc.json", "/CHANGELOG.md", "/flake.{lock,nix}", "/package{,-lock}.json", "/node_modules" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "sanitize_git_ref" path = "src/lib.rs" [dependencies] [dev-dependencies] proptest = "=1.1.0" proptest-derive = "=0.3.0"