chbs 0.0.10

A crate providing secure passphrase generation based on a wordlist
Documentation
[badges.gitlab]
branch = "master"
repository = "timvisee/chbs"
[dependencies.derive_builder]
version = "0.9"

[dependencies.failure]
version = "0.1"

[dependencies.rand]
version = "0.7"

[package]
authors = ["Tim Visee <3a4fb3964f@sinenomine.email>"]
categories = ["cryptography"]
description = "A crate providing secure passphrase generation based on a wordlist"
documentation = "https://docs.rs/chbs"
edition = "2018"
homepage = "https://gitlab.com/timvisee/chbs"
keywords = ["correct", "horse", "diceware", "password-generator", "password"]
license = "MIT"
name = "chbs"
readme = "README.md"
repository = "https://gitlab.com/timvisee/chbs"
version = "0.0.10"