# 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] name = "uzers" version = "0.11.3" authors = [ "Sandro-Alessio Gierens ", "Benjamin Sago ", ] exclude = ["/.github"] description = "Continuation of users, a library for accessing Unix users and groups" documentation = "https://docs.rs/uzers/" readme = "README.md" license = "MIT" repository = "https://github.com/rustadopt/uzers-rs" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" optional = true default_features = false [dev-dependencies.env_logger] version = "0.7" features = [] default_features = false [features] cache = [] default = [ "cache", "mock", "logging", ] logging = ["log"] mock = []