falcon-cli 0.2.3

Efficiently develop fully featured CLI apps.
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 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 = "2024"
name = "falcon-cli"
version = "0.2.3"
authors = ["Aquila Labs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Efficiently develop fully featured CLI apps."
homepage = "https://cicero.sh/"
readme = "README.md"
keywords = [
    "cli",
    "command-line",
    "terminal",
    "interactive",
]
categories = ["command-line-interface"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/mdizak/rust-falcon-cli"

[features]
default = []
log = ["dep:log"]
mock = []

[lib]
name = "falcon_cli"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.indexmap]
version = "2.7.1"
features = ["serde"]

[dependencies.log]
version = "0.4.28"
optional = true

[dependencies.rpassword]
version = "7.2.0"

[dependencies.strsim]
version = "0.10.0"

[dependencies.textwrap]
version = "0.16.0"

[dependencies.url]
version = "2.5.7"

[dependencies.zxcvbn]
version = "2.2.2"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
panic = "abort"
strip = "symbols"