# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sanitize-git-ref" version = "1.0.12" authors = ["Eric Crosson "] exclude = [ "/.envrc", "/.github", "/.gitignore", "/.releaserc.json", "/CHANGELOG.md", "/flake.{lock,nix}", "/package{,-lock}.json", "/node_modules", ] description = "Sanitize git refs" homepage = "https://github.com/EricCrosson/sanitize-git-ref" readme = "README.md" keywords = [ "sanitize", "git", "ref", ] license = "MIT OR Apache-2.0" repository = "https://github.com/EricCrosson/sanitize-git-ref" [lib] name = "sanitize_git_ref" path = "src/lib.rs" [dependencies] [dev-dependencies.proptest] version = "=1.1.0" [dev-dependencies.proptest-derive] version = "=0.3.0"