biometrics 0.5.0

Biometrics provide the vitals of a process in the form of counters, gauges, moments, and T-digests.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "biometrics"
version = "0.5.0"
dependencies = [
 "utilz",
]

[[package]]
name = "libc"
version = "0.2.151"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"

[[package]]
name = "utilz"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0412e31af826158771a67739f06803a67e16180a149dfc289456e857b3511d42"
dependencies = [
 "libc",
]