[[bin]]
name = "easypassword"
path = "src/main.rs"
[dependencies.exitcode]
version = "^1.1"
[dependencies.heck]
version = "^0.5"
[dependencies.rand]
version = "^0.9"
[dependencies.structopt]
version = "^0.3"
[package]
authors = ["functional-tim <tim.gravert@web.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = """
A program to create passwords like in xkcd.com/936.
The file has to have one word per line.
One seperator should be a special character.
The other seperator should be a number."""
edition = "2021"
homepage = "https://github.com/functional-tim/easypassword"
keywords = ["password", "security"]
license = "MIT OR Apache-2.0"
name = "easypassword"
readme = "README.md"
repository = "https://github.com/functional-tim/easypassword"
version = "0.3.0"