# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rs-minecraft-exporter" version = "1.3.0" authors = ["Marvin Altemeier "] description = "Prometheus exporter for minecraft version 1.15.2+" homepage = "https://github.com/iMarv/rs-minecraft-exporter" readme = "README.md" keywords = ["minecraft", "prometheus", "exporter", "nbt", "stats"] categories = ["command-line-utilities", "data-structures", "web-programming::http-server", "games"] license = "MIT" repository = "https://github.com/iMarv/rs-minecraft-exporter" [profile.release] lto = true codegen-units = 1 panic = "abort" [[bin]] name = "rs-minecraft-exporter" [dependencies.hematite-nbt] version = "0.4.1" [dependencies.hyper] version = "0.13.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.prometheus] version = "0.8" features = ["process"] [dependencies.reqwest] version = "0.10" features = ["json"] [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.serde_json] version = "1.0.52" [dependencies.simple_logger] version = "1.6.0" [dependencies.tokio] version = "0.2.20" features = ["full"]