# 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 = "metrix" version = "0.13.13" authors = ["Christian Douven "] description = "metrics for application monitoring" homepage = "https://github.com/chridou/metrix" documentation = "https://docs.rs/metrix" readme = "README.md" keywords = ["metrics", "monitoring", "alerting"] license = "Apache-2.0/MIT" repository = "https://github.com/chridou/metrix" [dependencies.crossbeam-channel] version = "0.5" [dependencies.exponential-decay-histogram] version = "0.1" [dependencies.futures] version = "0.3" package = "futures" [dependencies.jemalloc-ctl] version = "0.3.3" optional = true [dependencies.json] version = "0.12" [dependencies.log] version = "0.4" optional = true [badges.travis-ci] branch = "master" repository = "chridou/metrix"