# 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.12.1" authors = [ "Sandro-Alessio Gierens ", "Benjamin Sago ", ] build = false exclude = ["/.github"] autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "uzers" path = "src/lib.rs" [[example]] name = "example" path = "examples/example.rs" [[example]] name = "groups" path = "examples/groups.rs" [[example]] name = "list" path = "examples/list.rs" [[example]] name = "mocking" path = "examples/mocking.rs" [[example]] name = "os" path = "examples/os.rs" [[example]] name = "switching" path = "examples/switching.rs" [[example]] name = "threading" path = "examples/threading.rs" [[test]] name = "groups" path = "tests/groups.rs" [[test]] name = "users" path = "tests/users.rs" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" optional = true default-features = false [dev-dependencies.env_logger] version = "0.11" features = [] default-features = false [dev-dependencies.serial_test] version = "^3.1" [features] cache = [] default = [ "cache", "mock", "logging", ] logging = ["log"] mock = [] test-integration = []