keyring 1.2.1

Cross-platform library for managing passwords/credentials
Documentation
[[example]]
crate-type = ["staticlib"]
name = "ios"
path = "examples/ios.rs"
[dev-dependencies.clap]
features = ["derive", "wrap_help"]
version = "3"

[dev-dependencies.doc-comment]
version = "0.3.3"

[dev-dependencies.rand]
version = "0.8.4"

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

[dev-dependencies.whoami]
version = "1.2.0"

[package]
authors = ["Walther Chen <walther.chen@gmail.com>", "Daniel Brotsky <dev@brotsky.com>"]
description = "Cross-platform library for managing passwords/credentials"
edition = "2018"
exclude = [".github/"]
homepage = "https://github.com/hwchen/keyring-rs"
keywords = ["password", "credential", "keychain", "keyring", "cross-platform"]
license = "MIT OR Apache-2.0"
name = "keyring"
readme = "README.md"
repository = "https://github.com/hwchen/keyring-rs.git"
version = "1.2.1"
[target."cfg(target_os = \"ios\")".dependencies.security-framework]
version = "2.6.1"
[target."cfg(target_os = \"linux\")".dependencies.secret-service]
version = "2.0.1"
[target."cfg(target_os = \"macos\")".dependencies.security-framework]
version = "2.6.1"
[target."cfg(target_os = \"windows\")".dependencies.byteorder]
version = "1.2.1"

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