git-lfs-creds 0.7.0

Credential helper bridge for Git LFS (git credential fill/approve/reject)
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-creds"
version = "0.7.0"
authors = ["Patrick Elsen <pelsen@xfbs.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Credential helper bridge for Git LFS (git credential fill/approve/reject)"
homepage = "https://gitlab.com/rustutils/git-lfs"
readme = "README.md"
keywords = [
    "git",
    "lfs",
    "git-lfs",
    "credentials",
    "auth",
]
categories = [
    "authentication",
    "development-tools",
]
license = "MIT"
repository = "https://gitlab.com/rustutils/git-lfs"

[lib]
name = "git_lfs_creds"
path = "src/lib.rs"

[[test]]
name = "git_credential"
path = "tests/git_credential.rs"

[dependencies.git-lfs-git]
version = "0.7.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2"

[dev-dependencies.tempfile]
version = "3"