Merge branch '0.4_candidate' into 'master'
0.4 See merge request !35
[package] | ||
name = "redox_users" | ||
version = "0.3.5" | ||
version = "0.4.0" | ||
authors = ["Jose Narvaez <goyox86@gmail.com>", "Wesley Hershberger <mggmugginsmc@gmail.com>"] | ||
description = "A Rust library to access Redox users and groups functionality" | ||
license = "MIT" | ||
... | ... | @@ -8,11 +8,15 @@ repository = "https://gitlab.redox-os.org/redox-os/users" |
documentation = "https://docs.rs/redox_users" | ||
readme = "README.md" | ||
keywords = ["redox", "auth"] | ||
edition = "2018" | ||
[dependencies] | ||
getrandom = { version = "0.2", features = ["std"] } | ||
redox_syscall = "0.2" | ||
rust-argon2 = { version = "0.8", optional = true } | ||
getrandom = "0.1" | ||
redox_syscall = "0.1" | ||
#[target.'cfg(not(target_os = "redox"))'.dependencies] | ||
#nix = "0.19" | ||
[features] | ||
default = ["auth"] | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment