]> git.proxmox.com Git - rustc.git/blame - vendor/redox_users/Cargo.toml
New upstream version 1.52.1+dfsg1
[rustc.git] / vendor / redox_users / Cargo.toml
CommitLineData
f20569fa
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "redox_users"
16version = "0.4.0"
17authors = ["Jose Narvaez <goyox86@gmail.com>", "Wesley Hershberger <mggmugginsmc@gmail.com>"]
18description = "A Rust library to access Redox users and groups functionality"
19documentation = "https://docs.rs/redox_users"
20readme = "README.md"
21keywords = ["redox", "auth"]
22license = "MIT"
23repository = "https://gitlab.redox-os.org/redox-os/users"
24[dependencies.getrandom]
25version = "0.2"
26features = ["std"]
27
28[dependencies.redox_syscall]
29version = "0.2"
30
31[dependencies.rust-argon2]
32version = "0.8"
33optional = true
34
35[features]
36auth = ["rust-argon2"]
37default = ["auth"]