2020-11-02 14:48:39 +00:00
|
|
|
[package]
|
|
|
|
name = "garage_web"
|
2024-01-16 15:28:17 +00:00
|
|
|
version = "0.9.1"
|
2020-11-02 14:48:39 +00:00
|
|
|
authors = ["Alex Auvolat <alex@adnab.me>", "Quentin Dufour <quentin@dufour.io>"]
|
|
|
|
edition = "2018"
|
2021-03-18 20:59:17 +00:00
|
|
|
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"
|
2021-11-09 11:24:04 +00:00
|
|
|
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]
|
2023-05-07 16:12:01 +00:00
|
|
|
garage_api.workspace = true
|
|
|
|
garage_model.workspace = true
|
|
|
|
garage_util.workspace = true
|
|
|
|
garage_table.workspace = true
|
2020-11-02 14:48:39 +00:00
|
|
|
|
2024-02-05 12:02:02 +00:00
|
|
|
err-derive.workspace = true
|
|
|
|
tracing.workspace = true
|
|
|
|
percent-encoding.workspace = true
|
2021-03-18 20:59:17 +00:00
|
|
|
|
2024-02-05 12:02:02 +00:00
|
|
|
futures.workspace = true
|
2021-03-18 20:59:17 +00:00
|
|
|
|
2024-02-05 12:02:02 +00:00
|
|
|
http.workspace = true
|
|
|
|
hyper.workspace = true
|
|
|
|
hyperlocal.workspace = true
|
2023-09-29 16:36:50 +00:00
|
|
|
|
2024-02-05 12:02:02 +00:00
|
|
|
tokio.workspace = true
|
2022-02-22 14:21:06 +00:00
|
|
|
|
2024-02-05 12:02:02 +00:00
|
|
|
opentelemetry.workspace = true
|