dpg 0.1.1

generate password(s) using diceware method & crypto secure random numbers
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 = "dpg"
version = "0.1.1"
authors = ["MaciekTalaska <maciek.talaska@gmail.com>"]
description = "generate password(s) using diceware method & crypto secure random numbers"
readme = "README.MD"
keywords = ["library", "random", "security", "generator", "password"]
categories = ["command-line-utilities", "cryptography", "authentication"]
license = "MIT"
repository = "https://github.com/MaciekTalaska/dpg"
[profile.release]
opt-level = "z"
lto = true
[dependencies.clipboard]
version = "0.4.6"

[dependencies.rand]
version = "0.4.2"
[badges.appveyor]
branch = "master"
repository = "MaciekTalaska/dpg"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "MaciekTalaska/dpg"