# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "utwt" version = "0.4.1" authors = [ "cijiugechu ", "Xidorn Quan ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parsing utmp file" readme = "README.md" keywords = [ "utmp", "linux", "login", "wtmp", ] categories = ["os::unix-apis"] license = "MIT" repository = "https://github.com/cijiugechu/utwt" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" targets = ["aarch64-unknown-linux-gnu"] [lib] name = "utwt" path = "src/lib.rs" [[example]] name = "dump_utmp" path = "examples/dump_utmp.rs" [[test]] name = "basic" path = "tests/basic.rs" [dependencies.libc] version = "0.2.155" [dependencies.thiserror] version = "1.0.63" [dependencies.utwt-raw] version = "0.4.0" [dependencies.zerocopy] version = "0.7.35" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.once_cell] version = "1.19"