# 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 = "fuel-core-metrics" version = "0.40.2" authors = ["Fuel Labs "] description = "Fuel metrics" homepage = "https://fuel.network/" keywords = [ "blockchain", "cryptocurrencies", "fuel-vm", "vm", ] categories = ["cryptography::cryptocurrencies"] license = "BUSL-1.1" repository = "https://github.com/FuelLabs/fuel-core" [dependencies.once_cell] version = "1.16" [dependencies.parking_lot] version = "0.12" [dependencies.pin-project-lite] version = "0.2" [dependencies.prometheus-client] version = "0.22.0" [dependencies.regex] version = "1" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.tracing] version = "0.1" [dev-dependencies.tokio] version = "1.27" features = [ "macros", "rt-multi-thread", "time", ] default-features = false