git-lfs-git 0.7.0

Git interop helpers for Git LFS: config, refs, scanners, and `.gitattributes` matching
Documentation
[package]
name                 = "git-lfs-git"
description          = "Git interop helpers for Git LFS: config, refs, scanners, and `.gitattributes` matching"
version.workspace    = true
edition.workspace    = true
license.workspace    = true
authors.workspace    = true
repository.workspace = true
homepage.workspace   = true
readme               = "README.md"
keywords             = ["git", "lfs", "git-lfs", "gitattributes", "scanner"]
categories           = ["development-tools", "parser-implementations"]

[dependencies]
git-lfs-pointer = { workspace = true }
thiserror       = { workspace = true }
gix-attributes  = { workspace = true }
gix-glob        = { workspace = true }
bstr            = { workspace = true }

[dev-dependencies]
sha2     = { workspace = true }
tempfile = { workspace = true }