guts-compat 0.1.0

Git and GitHub compatibility layer for Guts code collaboration platform.
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 = "2021"
name = "guts-compat"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git and GitHub compatibility layer for Guts code collaboration platform."
homepage = "https://github.com/AbdelStark/guts"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/AbdelStark/guts"

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

[dependencies.argon2]
version = "0.5"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.7.1"

[dependencies.flate2]
version = "1.0"

[dependencies.futures]
version = "0.3.31"

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

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

[dependencies.hex]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8.5"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.43"
features = [
    "full",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1.41"

[dependencies.uuid]
version = "1.15"
features = ["v4"]

[dependencies.zip]
version = "7.0"
features = ["deflate"]
default-features = false

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

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

[dev-dependencies.tokio]
version = "1.43"
features = [
    "full",
    "macros",
    "rt-multi-thread",
]