# 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 = "2018"
name = "garage_api_common"
version = "1.1.0"
authors = ["Alex Auvolat <alex@adnab.me>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common functions for the API server crates for the Garage object store"
readme = "README.md"
license = "AGPL-3.0"
repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage"
resolver = "2"

[lib]
name = "garage_api_common"
path = "lib.rs"

[dependencies.base64]
version = "0.21"

[dependencies.bytes]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.crc32c]
version = "0.6"

[dependencies.crc32fast]
version = "1.4"

[dependencies.crypto-common]
version = "0.1"

[dependencies.err-derive]
version = "0.3"

[dependencies.futures]
version = "0.3"

[dependencies.garage_model]
version = "1.1.0"
default-features = false

[dependencies.garage_table]
version = "1.1.0"

[dependencies.garage_util]
version = "1.1.0"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.http]
version = "1.0"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1.0"
features = [
    "server",
    "http1",
]
default-features = false

[dependencies.hyper-util]
version = "0.1"
features = ["full"]

[dependencies.idna]
version = "0.5"

[dependencies.md-5]
version = "0.10"

[dependencies.nom]
version = "7.1"

[dependencies.opentelemetry]
version = "0.17"
features = [
    "rt-tokio",
    "metrics",
    "trace",
]

[dependencies.pin-project]
version = "1.0.12"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
]
default-features = false

[dependencies.serde_json]
version = "1.0"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1.0"
features = [
    "net",
    "rt",
    "rt-multi-thread",
    "io-util",
    "net",
    "time",
    "macros",
    "sync",
    "signal",
    "fs",
]
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.3"