# 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 = "release-exporter" version = "0.5.1" authors = ["Jan Gosmann "] build = false exclude = [ ".github/*", "wiremock/*", "compose.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Retrieves release information and exports related metrics." readme = "README.md" keywords = [ "Github", "Prometheus", "release", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jgosmann/release-exporter" [[bin]] name = "release-exporter" path = "src/main.rs" [dependencies.async-std] version = "1" features = [ "attributes", "tokio1", ] [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.futures] version = "0.3.29" [dependencies.prometheus-client] version = "0.22.0" [dependencies.regex] version = "1.10.2" [dependencies.reqwest] version = "0.12.9" features = ["json"] [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.serde_regex] version = "1.1.0" [dependencies.serde_yaml] version = "0.9.27" [dependencies.thiserror] version = "2.0.3" [dependencies.tide] version = "0.16.0" [dependencies.tokio] version = "1.34.0" features = ["macros"] [dependencies.tokio-stream] version = "0.1.14" [dependencies.url] version = "2.4.1" [dev-dependencies.serde_test] version = "1.0.176"