# 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 = "dipstick" version = "0.9.2" authors = ["Francis Lalonde "] description = """ Fast, all-purpose metrics library decoupling instrumentation from reporting backends. Like logging frameworks but with counters, timers and gauges. Supports combined outputs (e.g. log + graphite), sampling, aggregation, scheduled push, etc.""" homepage = "https://github.com/fralalonde/dipstick" documentation = "https://docs.rs/dipstick" readme = "README.md" keywords = [ "metrics", "statsd", "graphite", "timer", "prometheus", ] license = "MIT/Apache-2.0" repository = "https://github.com/fralalonde/dipstick" [[package.metadata.release.pre-release-replacements]] file = "README.md" replace = "dipstick = \"{{version}}\"" search = 'dipstick = "[a-z0-9\.-]+"' [dependencies.atomic_refcell] version = "0.1" [dependencies.crossbeam-channel] version = "0.5" optional = true [dependencies.doc-comment] version = "0.3" optional = true [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.minreq] version = "2" [dependencies.num] version = "0.4" default-features = false [dependencies.parking_lot] version = "0.12" optional = true [dependencies.time] version = "0.3" [dependencies.tiny_http] version = "0.12.0" optional = true [features] bench = [] default = [ "self_metrics", "crossbeam-channel", "parking_lot", ] self_metrics = [] tokio = [] [badges.travis-ci] branch = "master" repository = "fralalonde/dipstick"