# 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 = "2018" name = "metered" version = "0.9.0" authors = ["Simon Chemouil "] description = """ Fast, ergonomic metrics for Rust! """ 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.3" [dependencies.atomic] version = "0.5" [dependencies.cfg-if] version = "1.0.0" [dependencies.hdrhistogram] version = "7.5" [dependencies.metered-macro] version = "0.9.0" [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.proptest] version = "1.0" [dev-dependencies.rand] version = "0.8" [features] default = [] error-count-skip-cleared-by-default = ["metered-macro/error-count-skip-cleared-by-default"] serialize = []