# 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 = "minecraft-prometheus-exporter" version = "1.1.0" authors = ["Jamie Quigley "] description = "A prometheus exporter for minecraft servers" license = "MPL-2.0" repository = "https://github.com/Sciencentistguy/minecraft-prometheus-exporter" [dependencies.better-panic] version = "0.2.0" [dependencies.clap] version = "2.33.3" [dependencies.eyre] version = "0.6.5" [dependencies.once_cell] version = "1.8.0" [dependencies.prometheus] version = "0.12.0" [dependencies.rcon] version = "0.5.1" [dependencies.regex] version = "1.5.4" [dependencies.reqwest] version = "0.11.4" features = ["json"] [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.67" [dependencies.serde_yaml] version = "0.8.21" [dependencies.structopt] version = "0.3.23" [dependencies.tokio] version = "1.11.0" features = ["full"] [dependencies.tracing] version = "0.1.26" [dependencies.tracing-subscriber] version = "0.2.20" [dependencies.walkdir] version = "2.3.2" [dependencies.warp] version = "0.3.1"