git-lfs-pointer 0.2.0

Parse and encode Git LFS pointer files
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-pointer"
version = "0.2.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"