[package] name = "utwt" description = "Parsing utmp file" keywords = ["utmp", "linux", "login", "wtmp"] categories = ["os::unix-apis"] version = "0.4.1" authors = ["cijiugechu ", "Xidorn Quan "] repository = "https://github.com/cijiugechu/utwt" readme = "README.md" edition = "2021" license = "MIT" [dependencies] libc = "0.2.155" utwt-raw = "0.4.0" thiserror = "1.0.63" zerocopy = "0.7.35" [dev-dependencies] anyhow = "1.0.86" once_cell = "1.19" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" targets = ["aarch64-unknown-linux-gnu"]