# 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 = "ckb-metrics-service" version = "0.200.0" authors = ["Nervos <dev@nervos.org>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The service which handle the metrics data in CKB." homepage = "https://github.com/nervosnetwork/ckb" readme = "README.md" license = "MIT" repository = "https://github.com/nervosnetwork/ckb" [lib] name = "ckb_metrics_service" path = "src/lib.rs" [dependencies.ckb-async-runtime] version = "= 0.200.0" [dependencies.ckb-logger] version = "= 0.200.0" [dependencies.ckb-metrics] version = "= 0.200.0" [dependencies.ckb-metrics-config] version = "= 0.200.0" [dependencies.ckb-stop-handler] version = "= 0.200.0" [dependencies.ckb-util] version = "= 0.200.0" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1" features = [ "http1", "http2", "server", ] [dependencies.hyper-util] version = "0.1" features = [ "server-auto", "server-graceful", ] [dependencies.prometheus] version = "0.13.3" [dependencies.tokio] version = "1" features = [ "sync", "macros", ]