# 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" rust-version = "1.65.0" name = "tokio-prometheus-metered-channel" version = "0.1.0" authors = ["Francois Garillot "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Metered tokio channels with Prometheus metrics integration" documentation = "https://docs.rs/tokio-prometheus-metered-channel" readme = "README.md" keywords = [ "tokio", "prometheus", "metrics", "channel", "async", ] categories = [ "asynchronous", "development-tools", "concurrency", ] license = "Apache-2.0" repository = "https://github.com/huitseeker/tokio-prometheus-metered-channel" [package.metadata.release] allow-branch = ["main"] push-remote = "origin" sign-tag = true [lib] name = "tokio_prometheus_metered_channel" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3.31" features = ["std"] [dependencies.pin-project] version = "1.1" [dependencies.prometheus] version = "0.13.4" features = ["process"] [dependencies.tokio] version = "1.36.0" features = [ "full", "rt", "rt-multi-thread", "sync", "time", "macros", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"]