tic 0.5.0

a high-performance stats library focused on rates and latencies from timestamped events
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]
name = "tic"
version = "0.5.0"
authors = ["Brian Martin <brayniac@gmail.com>"]
description = "a high-performance stats library focused on rates and latencies from timestamped events"
homepage = "https://github.com/brayniac/tic"
documentation = "https://docs.rs/tic"
readme = "README.md"
keywords = ["stats", "metrics", "telemetry", "interval"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/brayniac/tic"
[dependencies.allan]
version = "0.2.2"

[dependencies.clocksource]
version = "0.4.0"

[dependencies.fnv]
version = "1.0.5"

[dependencies.getopts]
version = "0.2.14"

[dependencies.heatmap]
version = "0.6.5"

[dependencies.histogram]
version = "0.6.6"

[dependencies.log]
version = "0.3.8"

[dependencies.mio]
version = "0.6.9"

[dependencies.mpmc]
version = "0.1.2"

[dependencies.time]
version = "0.1.37"

[dependencies.tiny_http]
version = "0.5.8"

[dependencies.waterfall]
version = "0.7.0"
[dev-dependencies.rand]
version = "0.3.16"

[features]
benchmark = []
default = []
rdtsc = ["clocksource/rdtsc"]