guts-git 0.1.0

Git protocol implementation for Guts - pack files and smart HTTP protocol.
Documentation
[dependencies.bytes]
version = "1.7.1"

[dependencies.flate2]
version = "1.0"

[dependencies.guts-storage]
version = "0.1.0"

[dependencies.hex]
version = "0.4"

[dependencies.sha1]
version = "0.10"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.proptest]
version = "1.5"

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Git protocol implementation for Guts - pack files and smart HTTP protocol."
edition = "2021"
homepage = "https://github.com/AbdelStark/guts"
license = "MIT OR Apache-2.0"
name = "guts-git"
readme = "README.md"
repository = "https://github.com/AbdelStark/guts"
version = "0.1.0"

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