falcon-cli 0.1.1

Easily and efficiently develop quality and fully featured CLI apps.
Documentation
[package]
name = "falcon-cli"
version = "0.1.1"
authors = ["Matt Dizak"]
homepage = "https://apexpl.io/"
keywords = ["cli", "command-line", "terminal", "interactive"]
categories = ["command-line-interface"] 
autotests = false
description = "Easily and efficiently develop quality and fully featured CLI apps."
readme = "Readme.md"
license = "MIT"
repository = "https://github.com/mdizak/rust-falcon-cli"
edition = "2021"

[lib]
name = "falcon_cli"

[dependencies]
indexmap = "1.9.3"
rpassword = "7.2.0"
strsim = "0.10.0"
textwrap = "0.16.0"
zxcvbn = "2.2.2"