# 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" rust-version = "1.70.0" name = "user_utils" version = "0.3.0" build = false exclude = ["/.github/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Utility library for accessing system users and groups" homepage = "https://github.com/bydlw98/user_utils" readme = "README.md" keywords = [ "bindings", "users", "groups", ] categories = ["os"] license = "MIT OR Apache-2.0" repository = "https://github.com/bydlw98/user_utils" [lib] name = "user_utils" path = "src/lib.rs" [dependencies.libc] version = "0.2.153" [target."cfg(windows)".dependencies.windows-sys] version = "0.52.0" features = [ "Win32_Foundation", "Win32_Security", "Win32_Security_Authorization", "Win32_Storage_FileSystem", ]