[package] name = "thread-monitor" version = "0.1.0" edition = "2021" authors = ["merl "] license = "MIT" readme = "README.md" description = "Thread monitor" repository = "https://github.com/merl-twin/threads" homepage = "https://github.com/merl-twin/threads" include = [ "**/*.rs", "Cargo.toml", ] [dependencies] oneshot = { version = "0.2", package = "transmitter" } crossbeam = "0.8" lazy_static = "1.4" log = "0.4" time = "0.3"