# 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 = "metriki-tokio" version = "0.2.0" authors = ["Ning Sun "] description = "Metriki integration for tokio metrics" homepage = "https://github.com/sunng87/metriki" documentation = "https://docs.rs/metriki-tokio/" keywords = [ "observability", "metrics", "monitoring", "tokio", ] license = "MIT/Apache-2.0" repository = "https://github.com/sunng87/metriki" [dependencies.derive_builder] version = "0.12" [dependencies.metriki-core] version = "^1.7" [dependencies.tokio-metrics] version = "0.3" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.hyper] version = "0.14" features = ["full"] [dev-dependencies.metriki-log-reporter] version = "0.2" [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = [] rt = ["tokio-metrics/rt"]