# 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_admin" version = "1.1.0" authors = ["Alex Auvolat <alex@adnab.me>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Admin API server crate 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_admin" path = "lib.rs" [dependencies.argon2] version = "0.5" [dependencies.async-trait] version = "0.1.7" [dependencies.err-derive] version = "0.3" [dependencies.futures] version = "0.3" [dependencies.garage_api_common] version = "1.1.0" [dependencies.garage_model] version = "1.1.0" default-features = false [dependencies.garage_rpc] version = "1.1.0" [dependencies.garage_table] version = "1.1.0" [dependencies.garage_util] version = "1.1.0" [dependencies.hex] version = "0.4" [dependencies.http] version = "1.0" [dependencies.hyper] version = "1.0" features = [ "server", "http1", ] default-features = false [dependencies.opentelemetry] version = "0.17" features = [ "rt-tokio", "metrics", "trace", ] [dependencies.opentelemetry-prometheus] version = "0.10" optional = true [dependencies.prometheus] version = "0.13" optional = true [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] default-features = false [dependencies.serde_json] version = "1.0" [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" [features] metrics = [ "opentelemetry-prometheus", "prometheus", ]