rusterpassword 0.2.2

An implementation of the Master Password algorithm.
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 = "rusterpassword"
version = "0.2.2"
authors = ["Greg V <greg@unrelenting.technology>"]
description = "An implementation of the Master Password algorithm."
homepage = "https://github.com/myfreeweb/rusterpassword"
readme = "README.md"
keywords = ["Security", "Password", "MasterPassword"]
categories = ["cryptography"]
license = "Unlicense"
repository = "https://github.com/myfreeweb/rusterpassword"
[dependencies.byteorder]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.libsodium-sys]
version = "0"

[dependencies.secstr]
version = "0.3"