]> git.proxmox.com Git - rustc.git/blame - vendor/redox_users-0.3.4/Cargo.toml
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / vendor / redox_users-0.3.4 / 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]
14name = "redox_users"
15version = "0.3.4"
16authors = ["Jose Narvaez <goyox86@gmail.com>", "Wesley Hershberger <mggmugginsmc@gmail.com>"]
17description = "A Rust library to access Redox users and groups functionality"
18documentation = "https://docs.rs/redox_users"
19readme = "README.md"
20keywords = ["redox", "auth"]
21license = "MIT"
22repository = "https://gitlab.redox-os.org/redox-os/users"
23[dependencies.getrandom]
24version = "0.1"
25
26[dependencies.redox_syscall]
27version = "0.1"
28
29[dependencies.rust-argon2]
30version = "0.7"