# 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 = "async_user_lookup" version = "0.1.3" authors = ["Mattias Eriksson "] description = "A library to lookup user and groups on Unix/Linux. NOTE: This has been renamed to user_lookup to allow for both sync and async versions" homepage = "https://github.com/snaggen/user_lookup" readme = "README.md" keywords = [ "user", "group", "passwd", ] license = "MIT/Apache-2.0" repository = "https://github.com/snaggen/user_lookup" [dependencies.tokio] version = "1" features = [ "time", "fs", ] [dev-dependencies.tokio] version = "1" features = [ "time", "fs", "macros", "rt-multi-thread", ]