# 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 = "2018" rust-version = "1.56" name = "pwd-grp" version = "1.0.0" authors = [ "Ian Jackson ", "and the contributors to Rust pwd-grp", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Access Unix passwords and groups" homepage = "https://gitlab.torproject.org/tpo/core/rust-pwd-grp" readme = "README.md" license = "MIT" repository = "https://gitlab.torproject.org/tpo/core/rust-pwd-grp" [lib] name = "pwd_grp" path = "src/lib.rs" [dependencies.derive-deftly] version = "0.14" [dependencies.libc] version = "0.2.143" [dependencies.paste] version = "1" [dependencies.serde] version = "1.0.106" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dev-dependencies.rustversion] version = "1" [features] default = ["minimal-1"] full = [ "default", "serde", ] minimal-1 = [] test-with-lmock = []