[package] name = "utmpx" version = "0.2.0" authors = ["Hugo Osvaldo Barrera "] edition = "2021" description = "Rust bindings and wrapper around `utmpx.h`" homepage = "https://git.sr.ht/~whynothugo/utmpx-rs" license = "ISC" keywords = ["utmpx", "posix", "wrapper"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = { version = "0.2.147", features = ["extra_traits"] }