keyring 0.10.1

Cross-platform library for managing passwords
Documentation
[dev-dependencies.clap]
version = "2.0.5"

[dev-dependencies.rpassword]
version = "2.0.0"

[features]
default = []
macos-specify-keychain = []

[package]
authors = ["Walther Chen <walther.chen@gmail.com>"]
description = "Cross-platform library for managing passwords"
edition = "2018"
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.10.1"
[target."cfg(target_os = \"linux\")".dependencies.secret-service]
version = "1.1.1"
[target."cfg(target_os = \"macos\")".dependencies.security-framework]
version = "0.4.2"
[target."cfg(target_os = \"macos\")".dev-dependencies.keychain-services]
version = "0.1.1"

[target."cfg(target_os = \"macos\")".dev-dependencies.tempfile]
version = "3.1.0"
[target."cfg(target_os = \"windows\")".dependencies.byteorder]
version = "1.2.1"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["wincred", "minwindef"]
version = "0.3"