# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "falcon-cli" version = "0.1.9" authors = ["Matt Dizak"] autotests = false description = "Easily and efficiently develop quality and fully featured CLI apps." homepage = "https://apexpl.io/" readme = "Readme.md" keywords = [ "cli", "command-line", "terminal", "interactive", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/mdizak/rust-falcon-cli" [lib] name = "falcon_cli" [dependencies.indexmap] version = "1.9.3" [dependencies.rpassword] version = "7.2.0" [dependencies.strsim] version = "0.10.0" [dependencies.textwrap] version = "0.16.0" [dependencies.zxcvbn] version = "2.2.2"