# 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 = "lastlog" version = "0.2.3" authors = ["Andrew Scott "] description = "Simple rust crate to read linux lastlog" readme = "README.md" keywords = [ "lastlog", "utmp", "linux", "login", ] categories = [ "os", "parser-implementations", ] license = "MIT" repository = "https://github.com/imgurbot12/lastlog" [dependencies.cached] version = "0.40.0" [dependencies.libc] version = "0.2.139" optional = true [features] libc = ["dep:libc"]