# 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_admin" version = "0.7.0" authors = ["Maximilien Richer "] description = "Administration and metrics REST HTTP server for Garage" license = "AGPL-3.0" repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage" [lib] path = "lib.rs" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.garage_util] version = "0.7.0" [dependencies.hex] version = "0.4" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" [dependencies.opentelemetry] version = "0.17" features = ["rt-tokio"] [dependencies.opentelemetry-otlp] version = "0.10" [dependencies.opentelemetry-prometheus] version = "0.10" [dependencies.prometheus] version = "0.13" [dependencies.tracing] version = "0.1.30"