# 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_web" version = "1.0.1" authors = [ "Alex Auvolat ", "Quentin Dufour ", ] description = "S3-like website endpoint crate for the Garage object store" readme = "README.md" license = "AGPL-3.0" repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage" resolver = "2" [lib] path = "lib.rs" [dependencies.err-derive] version = "0.3" [dependencies.futures] version = "0.3" [dependencies.garage_api] version = "1.0.1" [dependencies.garage_model] version = "1.0.1" default-features = false [dependencies.garage_table] version = "1.0.1" [dependencies.garage_util] version = "1.0.1" [dependencies.http] version = "1.0" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1.0" default-features = false [dependencies.hyper-util] version = "0.1" features = ["full"] [dependencies.opentelemetry] version = "0.17" features = [ "rt-tokio", "metrics", "trace", ] [dependencies.percent-encoding] version = "2.2" [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"