# 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 = "2021" name = "s3-bucket-stats" version = "0.7.7" authors = ["Nick Douma "] include = [ "**/*.rs", "README.md", "LICENSE", "Cargo.toml", "Makefile.toml", ] description = "Prometheus metrics endpoint for S3 bucket stats" homepage = "https://gitlab.com/CYSO/open-source/s3-bucket-stats" readme = "README.md" keywords = [ "s3", "object-store", "prometheus", "metrics", ] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://gitlab.com/CYSO/open-source/s3-bucket-stats" [profile.prof] inherits = "release" strip = false [profile.release] opt-level = 2 lto = true codegen-units = 1 strip = true [dependencies.chrono] version = "0.4.34" default-features = false [dependencies.clap] version = "4.5.1" features = [ "derive", "env", ] [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.20" [dependencies.object_store] version = "0.9.0" features = ["aws"] default-features = false [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.prometheus] version = "0.13.3" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.warp] version = "0.3.6" features = [ "compression-gzip", "compression-brotli", ] default-features = false