[package]
edition = "2024"
name = "git-lfs-git"
version = "0.4.0"
authors = ["Patrick Elsen <pelsen@xfbs.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git interop helpers for Git LFS: config, refs, scanners, and `.gitattributes` matching"
homepage = "https://gitlab.com/rustutils/git-lfs"
readme = "README.md"
keywords = [
"git",
"lfs",
"git-lfs",
"gitattributes",
"scanner",
]
categories = [
"development-tools",
"parser-implementations",
]
license = "MIT"
repository = "https://gitlab.com/rustutils/git-lfs"
[lib]
name = "git_lfs_git"
path = "src/lib.rs"
[dependencies.bstr]
version = "1"
[dependencies.git-lfs-pointer]
version = "0.4.0"
[dependencies.gix-attributes]
version = "0.32"
[dependencies.gix-glob]
version = "0.25"
[dependencies.thiserror]
version = "2"
[dev-dependencies.sha2]
version = "0.10"
[dev-dependencies.tempfile]
version = "3"