# 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 = "aptos-metrics" version = "0.1.4" authors = ["Aptos Labs "] build = "build.rs" description = "Aptos metrics utilities" homepage = "https://aptoslabs.com" license = "Apache-2.0" repository = "https://github.com/aptos-labs/aptos-core" resolver = "2" [dependencies.aptos-logger] version = "0.1.0" [dependencies.aptos-metrics-core] version = "0.1.0" [dependencies.aptos-telemetry] version = "0.1.0" [dependencies.futures] version = "0.3.21" [dependencies.hyper] version = "0.14.18" features = ["full"] [dependencies.once_cell] version = "1.10.0" [dependencies.prometheus] version = "0.13.0" default-features = false [dependencies.serde_json] version = "1.0.81" [dependencies.sysinfo] version = "0.24.2" [dependencies.tokio] version = "1.18.2" features = ["full"] [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.rusty-fork] version = "0.3.0"