rooster 2.8.2

A simple password manager for geeks
# 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 = "rooster"
version = "2.8.2"
authors = ["Conrad Kleinespel <conradk@conradk.com>"]
build = "build.rs"
links = "sodium"
description = "A simple password manager for geeks"
homepage = "https://github.com/conradkdotcom/rooster"
keywords = ["password", "security"]
license = "Apache-2.0"
repository = "https://github.com/conradkdotcom/rooster"
[dependencies.byteorder]
version = "1.3"

[dependencies.clipboard]
version = "0.5"

[dependencies.dirs]
version = "1.0"

[dependencies.getopts]
version = "0.2"

[dependencies.libc]
version = "0.2"

[dependencies.openssl]
version = "0.10"

[dependencies.rand]
version = "0.6"

[dependencies.rpassword]
version = "3.0"

[dependencies.rprompt]
version = "1.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.zxcvbn]
version = "1.0"