# 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-raw" version = "0.4.0" authors = [ "nemurubaka ", "Xidorn Quan ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides raw types for parsing login records in utmp file" readme = "README.md" keywords = [ "utmp", "wtmp", "linux", "login", ] categories = ["os::unix-apis"] license = "MIT" repository = "https://github.com/cijiugechu/utwt-raw" [lib] name = "utwt_raw" path = "src/lib.rs" [[example]] name = "dump_utmp" path = "examples/dump_utmp.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.libc] version = "0.2.155" [dependencies.zerocopy] version = "0.7.35" features = ["derive"]