keyring 0.8.0

Cross-platform library for managing passwords
Documentation
[package]
authors = ["Walther Chen <walther.chen@gmail.com>"]
description = "Cross-platform library for managing passwords"
homepage = "https://github.com/hwchen/keyring-rs.git"
keywords = ["password", "cross-platform", "keychain", "keyring"]
license = "MIT OR Apache-2.0"
name = "keyring"
repository = "https://github.com/hwchen/keyring-rs.git"
version = "0.8.0"
edition = "2018"

[target.'cfg(target_os = "macos")'.dependencies]
security-framework = "0.3.0"

[target.'cfg(target_os = "linux")'.dependencies]
secret-service = "1.0.0"

[target.'cfg(target_os = "windows")'.dependencies]
byteorder = "1.2.1"
winapi = { version =  "0.3", features = ["wincred", "minwindef"] }

[dev-dependencies]
clap = "2.0.5"
rpassword = "2.0.0"