git-lfs-transfer 0.2.0

Concurrent transfer queue and basic adapter for Git LFS uploads and downloads
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-transfer"
version = "0.2.0"
authors = ["Patrick Elsen <pelsen@xfbs.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Concurrent transfer queue and basic adapter for Git LFS uploads and downloads"
homepage = "https://gitlab.com/rustutils/git-lfs"
readme = "README.md"
keywords = [
    "git",
    "lfs",
    "git-lfs",
    "transfer",
    "upload",
]
categories = [
    "web-programming::http-client",
    "asynchronous",
]
license = "MIT"
repository = "https://gitlab.com/rustutils/git-lfs"

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

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

[dependencies.futures]
version = "0.3"
features = ["std"]
default-features = false

[dependencies.git-lfs-api]
version = "0.2.0"

[dependencies.git-lfs-pointer]
version = "0.2.0"

[dependencies.git-lfs-store]
version = "0.2.0"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
    "charset",
    "http2",
    "stream",
]
default-features = false

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

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "fs",
    "io-util",
    "time",
]

[dependencies.tokio-util]
version = "0.7"
features = [
    "io",
    "io-util",
]
default-features = false

[dev-dependencies.serde_json]
version = "1"

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

[dev-dependencies.tokio]
version = "1"
features = ["test-util"]

[dev-dependencies.url]
version = "2"

[dev-dependencies.wiremock]
version = "0.6"