git-lfs-git 0.7.0

Git interop helpers for Git LFS: config, refs, scanners, and `.gitattributes` matching
Documentation
# 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 = "2024"
name = "git-lfs-git"
version = "0.7.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.7.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"