signify 0.4.0

Create cryptographic signatures for files and verify them
# 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 = "signify"
version = "0.4.0"
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
include = ["Cargo.toml", "README*", "LICENSE*", "src/**/*", "tests/**/*", "examples/**/*"]
description = "Create cryptographic signatures for files and verify them"
homepage = "https://github.com/badboy/signify-rs"
readme = "README.md"
keywords = ["cryptography", "security"]
license = "MIT"
repository = "https://github.com/badboy/signify-rs"
[dependencies.base64]
version = "0.2.0"

[dependencies.byteorder]
version = "0.5.3"

[dependencies.docopt]
version = "0.6"

[dependencies.failure]
version = "0.1"

[dependencies.ring]
version = "0.12"

[dependencies.rpassword]
version = "0.2.2"

[dependencies.rust-crypto]
version = "0.2.36"

[dependencies.rustc-serialize]
version = "0.3.19"

[dependencies.untrusted]
version = "0.5"