keyring 0.7.0

Cross-platform library for managing passwords
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "keyring"
version = "0.7.0"
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"
repository = "https://github.com/hwchen/keyring-rs.git"
[dev-dependencies.clap]
version = "2.0.5"

[dev-dependencies.rpassword]
version = "2.0.0"
[target."cfg(target_os = \"linux\")".dependencies.secret-service]
version = "1.0.0"
[target."cfg(target_os = \"macos\")".dependencies.security-framework]
version = "0.3.0"
[target."cfg(target_os = \"windows\")".dependencies.advapi32-sys]
version = "0.2.0"

[target."cfg(target_os = \"windows\")".dependencies.byteorder]
version = "1.2.1"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.2.5"