[package]
edition = "2024"
name = "git-lfs-pointer"
version = "0.4.0"
authors = ["Patrick Elsen <pelsen@xfbs.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse and encode Git LFS pointer files"
homepage = "https://gitlab.com/rustutils/git-lfs"
readme = "README.md"
keywords = [
"git",
"lfs",
"git-lfs",
"pointer",
"parser",
]
categories = [
"parser-implementations",
"development-tools",
]
license = "MIT"
repository = "https://gitlab.com/rustutils/git-lfs"
[lib]
name = "git_lfs_pointer"
path = "src/lib.rs"
[dependencies.thiserror]
version = "2"