garage/src/web/Cargo.toml

36 lines
858 B
TOML
Raw Normal View History

2020-11-02 14:48:39 +00:00
[package]
name = "garage_web"
2024-03-28 14:19:44 +00:00
version = "1.0.0"
2020-11-02 14:48:39 +00:00
authors = ["Alex Auvolat <alex@adnab.me>", "Quentin Dufour <quentin@dufour.io>"]
edition = "2018"
license = "AGPL-3.0"
2020-11-02 14:57:23 +00:00
description = "S3-like website endpoint crate for the Garage object store"
2020-11-02 14:48:39 +00:00
repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage"
readme = "../../README.md"
2020-11-02 14:48:39 +00:00
[lib]
path = "lib.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
garage_api.workspace = true
garage_model.workspace = true
garage_util.workspace = true
garage_table.workspace = true
2020-11-02 14:48:39 +00:00
err-derive.workspace = true
tracing.workspace = true
percent-encoding.workspace = true
futures.workspace = true
http.workspace = true
http-body-util.workspace = true
hyper.workspace = true
hyper-util.workspace = true
2023-09-29 16:36:50 +00:00
tokio.workspace = true
2022-02-22 14:21:06 +00:00
opentelemetry.workspace = true