[package] name = "threadinfo" version = "0.1.0" authors = ["Nikhil Marathe "] edition = "2018" description = "A library to retrieve threads in a process and thread information on various platforms." license = "MIT OR Apache-2.0" repository = "https://github.com/nikhilm/vignette" keywords = ["threads", "platform-information"] categories = ["os"] [dependencies] serde = "1.0.69" serde_derive = "1.0.69" [target.'cfg(target_os = "linux")'.dependencies] libc = "0.2.45" [target.'cfg(target_os = "macos")'.dependencies] mach = "0.2.3"