dipstick 0.7.6

A fast, all-purpose metrics library decoupling instrumentation from reporting backends. Similar to popular logging frameworks, but with counters, timers and gauges. Can combine outputs (e.g. log + graphite), do sampling, aggregation, periodical publication, etc.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "dipstick"
version = "0.7.6"
authors = ["Francis Lalonde <fralalonde@gmail.com>"]
description = "A fast, all-purpose metrics library decoupling instrumentation from reporting backends.\n Similar to popular logging frameworks, but with counters, timers and gauges.\n Can combine outputs (e.g. log + graphite), do sampling, aggregation, periodical publication, 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.3"
optional = true

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.minreq]
version = "1.0.0"

[dependencies.num]
version = "0.2"
default-features = false

[dependencies.parking_lot]
version = "0.7"
optional = true

[dependencies.skeptic]
version = "0.13"
optional = true

[dependencies.time]
version = "0.1"

[dependencies.tiny_http]
version = "0.6"
optional = true
[build-dependencies.skeptic]
version = "0.13"
optional = true

[features]
bench = []
default = ["self_metrics", "crossbeam-channel", "parking_lot"]
self_metrics = []
tokio = []
[badges.travis-ci]
branch = "master"
repository = "fralalonde/dipstick"