metered 0.2.0

Fast, ergonomic metrics for Rust!
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 = "metered"
version = "0.2.0"
authors = ["Simon Chemouil <simon.chemouil@lambdacube.fr>"]
description = "Fast, ergonomic metrics for Rust!\n"
readme = "../README.md"
keywords = ["metrics", "macro"]
categories = ["rust-patterns", "development-tools::profiling", "data-structures", "algorithms", "asynchronous"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/magnet/metered-rs"
[dependencies.aspect]
version = "0.1"

[dependencies.atomic]
version = "0.4"

[dependencies.hdrhistogram]
version = "6.1"

[dependencies.metered-macro]
version = "0.2.0"

[dependencies.parking_lot]
version = "0.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]
[dev-dependencies.rand]
version = "0.6.5"

[features]
default = []
serialize = []