# 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 = "metriki-core" version = "1.8.0" authors = ["Ning Sun "] description = "A metrics library ported from dropwizard metrics" homepage = "https://github.com/sunng87/metriki" documentation = "https://docs.rs/metriki-core/" readme = "README.md" keywords = [ "observability", "metrics", "monitoring", ] license = "MIT/Apache-2.0" repository = "https://github.com/sunng87/metriki" [package.metadata."docs.rs"] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.crossbeam-utils] version = "0.8" [dependencies.dashmap] version = "5.1" [dependencies.hdrhistogram] version = "7" features = [] default-features = false [dependencies.metriki-macros] version = "1" optional = true [dependencies.once_cell] version = "1" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.rand] version = "0.8" [dev-dependencies.threadpool] version = "1" [features] default = [] macros = ["metriki-macros"] ser = ["serde"]