[package] name = "biometrics_sys" version = "0.4.0" authors = ["Robert Escriva "] edition = "2021" description = "biometrics_sys provides system stats measured from within the process" license = "Apache-2.0" repository = "https://github.com/rescrv/blue" [features] default = ["binaries"] binaries = [] [dependencies] libc = "0.2" biometrics = { path = "../biometrics", version = "0.10" }