git-internal 0.7.5

High-performance Rust library for Git internal objects, Pack files, and AI-assisted development objects (Intent, Plan, Task, Run, Evidence, Decision) with delta compression, streaming I/O, and smart protocol support.
Documentation
# @generated by `cargo buckal`

load("@buckal//:cargo_manifest.bzl", "cargo_manifest")
load("@buckal//:wrapper.bzl", "rust_library")

http_archive(
    name = "arrayvec-vendor",
    urls = ["https://static.crates.io/crates/arrayvec/arrayvec-0.7.6.crate"],
    sha256 = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50",
    type = "tar.gz",
    strip_prefix = "arrayvec-0.7.6",
    out = "vendor",
)

cargo_manifest(
    name = "arrayvec-manifest",
    vendor = ":arrayvec-vendor",
)

rust_library(
    name = "arrayvec",
    srcs = [":arrayvec-vendor"],
    crate = "arrayvec",
    crate_root = "vendor/src/lib.rs",
    edition = "2018",
    features = ["std"],
    rustc_flags = ["@$(location :arrayvec-manifest[env_flags])"],
    visibility = ["PUBLIC"],
)